Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Feb 14, 2024
1 parent 41dad6c commit 9e55b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmrg.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function eigsolve_solver(;
solver_which_eigenvalue=:SR
solver_which_eigenvalue=:SR,
ishermitian=true,
solver_tol=1e-14,
solver_krylovdim=3,
Expand Down

0 comments on commit 9e55b8f

Please sign in to comment.