Skip to content

Commit

Permalink
Set default tol_max in gauging eigsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jan 16, 2025
1 parent b273833 commit db915b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/states/ortho.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ----------

const _GAUGE_ALG_EIGSOLVE = DynamicTol(Arnoldi(; krylovdim=30, eager=true),
Defaults.tolgauge / 10, Inf, 1)
Defaults.tolgauge / 10, Defaults.tol_max, 1)

"""
struct LeftCanonical <: Algorithm
Expand Down

0 comments on commit db915b5

Please sign in to comment.