We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022f785 commit 38c9a8fCopy full SHA for 38c9a8f
1 file changed
src/states/ortho.jl
@@ -81,7 +81,8 @@ function MixedCanonical(;
81
tol::Real = Defaults.tolgauge, maxiter::Int = Defaults.maxiter,
82
verbosity::Int = VERBOSE_WARN, alg_orth = Defaults.alg_orth(),
83
alg_eigsolve = _GAUGE_ALG_EIGSOLVE,
84
- eig_miniter::Int = 10, order::Symbol = :LR
+ eig_miniter::Int = 10, order::Symbol = :LR,
85
+ backend = DefaultBackend(), allocator = BufferAllocator(),
86
)
87
left = LeftCanonical(;
88
tol, maxiter, verbosity, alg_orth, alg_eigsolve, eig_miniter, backend, allocator
0 commit comments