Skip to content

Commit 022f785

Browse files
committed
fix gaugefix!
1 parent 7801505 commit 022f785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/states/ortho.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Algorithm for bringing an `InfiniteMPS` into the left-canonical form.
1212
1313
$(TYPEDFIELDS)
1414
"""
15-
@kwdef struct LeftCanonical{B <: DefaultBackend, A} <: Algorithm
15+
@kwdef struct LeftCanonical{B <: AbstractBackend, A} <: Algorithm
1616
"tolerance for convergence criterium"
1717
tol::Float64 = Defaults.tolgauge
1818
"maximal amount of iterations"
@@ -40,7 +40,7 @@ Algorithm for bringing an `InfiniteMPS` into the right-canonical form.
4040
4141
$(TYPEDFIELDS)
4242
"""
43-
@kwdef struct RightCanonical{B <: DefaultBackend, A} <: Algorithm
43+
@kwdef struct RightCanonical{B <: AbstractBackend, A} <: Algorithm
4444
"tolerance for convergence criterium"
4545
tol::Float64 = Defaults.tolgauge
4646
"maximal amount of iterations"

0 commit comments

Comments
 (0)