We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7801505 commit 022f785Copy full SHA for 022f785
1 file changed
src/states/ortho.jl
@@ -12,7 +12,7 @@ Algorithm for bringing an `InfiniteMPS` into the left-canonical form.
12
13
$(TYPEDFIELDS)
14
"""
15
-@kwdef struct LeftCanonical{B <: DefaultBackend, A} <: Algorithm
+@kwdef struct LeftCanonical{B <: AbstractBackend, A} <: Algorithm
16
"tolerance for convergence criterium"
17
tol::Float64 = Defaults.tolgauge
18
"maximal amount of iterations"
@@ -40,7 +40,7 @@ Algorithm for bringing an `InfiniteMPS` into the right-canonical form.
40
41
42
43
-@kwdef struct RightCanonical{B <: DefaultBackend, A} <: Algorithm
+@kwdef struct RightCanonical{B <: AbstractBackend, A} <: Algorithm
44
45
46
0 commit comments