Skip to content

Commit db915b5

Browse files
committed
Set default tol_max in gauging eigsolver
1 parent b273833 commit db915b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/states/ortho.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ----------
33

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

77
"""
88
struct LeftCanonical <: Algorithm

0 commit comments

Comments
 (0)