We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Defaults.alg_eigsolve
1 parent db915b5 commit c787567Copy full SHA for c787567
src/states/ortho.jl
@@ -1,8 +1,7 @@
1
# Algorithms
2
# ----------
3
4
-const _GAUGE_ALG_EIGSOLVE = DynamicTol(Arnoldi(; krylovdim=30, eager=true),
5
- Defaults.tolgauge / 10, Defaults.tol_max, 1)
+const _GAUGE_ALG_EIGSOLVE = Defaults.alg_eigsolve(; ishermitian=false, tol_factor=1)
6
7
"""
8
struct LeftCanonical <: Algorithm
0 commit comments