Skip to content

Commit 38c9a8f

Browse files
committed
fix ortho
1 parent 022f785 commit 38c9a8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/states/ortho.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ function MixedCanonical(;
8181
tol::Real = Defaults.tolgauge, maxiter::Int = Defaults.maxiter,
8282
verbosity::Int = VERBOSE_WARN, alg_orth = Defaults.alg_orth(),
8383
alg_eigsolve = _GAUGE_ALG_EIGSOLVE,
84-
eig_miniter::Int = 10, order::Symbol = :LR
84+
eig_miniter::Int = 10, order::Symbol = :LR,
85+
backend = DefaultBackend(), allocator = BufferAllocator(),
8586
)
8687
left = LeftCanonical(;
8788
tol, maxiter, verbosity, alg_orth, alg_eigsolve, eig_miniter, backend, allocator

0 commit comments

Comments
 (0)