Skip to content

Commit

Permalink
Fix trscheme name
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Aug 13, 2024
1 parent 4af343e commit 88c208f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/ctmrg/ctmrgschemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ end
# test fixedspace actually fixes space
@testset "Fixedspace truncation ($scheme)" for scheme in [:sequential, :simultaneous]
ctm_alg = CTMRG(;
tol=1e-6, maxiter=1, verbosity=0, ctmrgscheme=scheme, trscheme=FixedSpace()
tol=1e-6,
maxiter=1,
verbosity=0,
ctmrgscheme=scheme,
trscheme=FixedSpaceTruncation(),
)
Ds = fill(2, 3, 3)
χs = [16 17 18; 15 20 21; 14 19 22]
Expand Down

0 comments on commit 88c208f

Please sign in to comment.