Skip to content

Commit c787567

Browse files
committed
Switch to Defaults.alg_eigsolve interface
1 parent db915b5 commit c787567

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/states/ortho.jl

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

4-
const _GAUGE_ALG_EIGSOLVE = DynamicTol(Arnoldi(; krylovdim=30, eager=true),
5-
Defaults.tolgauge / 10, Defaults.tol_max, 1)
4+
const _GAUGE_ALG_EIGSOLVE = Defaults.alg_eigsolve(; ishermitian=false, tol_factor=1)
65

76
"""
87
struct LeftCanonical <: Algorithm

0 commit comments

Comments
 (0)