Skip to content

Commit

Permalink
Switch to Defaults.alg_eigsolve interface
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jan 16, 2025
1 parent db915b5 commit c787567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/states/ortho.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Algorithms
# ----------

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

"""
struct LeftCanonical <: Algorithm
Expand Down

0 comments on commit c787567

Please sign in to comment.