We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tol_max
1 parent b273833 commit db915b5Copy full SHA for db915b5
src/states/ortho.jl
@@ -2,7 +2,7 @@
2
# ----------
3
4
const _GAUGE_ALG_EIGSOLVE = DynamicTol(Arnoldi(; krylovdim=30, eager=true),
5
- Defaults.tolgauge / 10, Inf, 1)
+ Defaults.tolgauge / 10, Defaults.tol_max, 1)
6
7
"""
8
struct LeftCanonical <: Algorithm
0 commit comments