Skip to content

Commit 6f9338a

Browse files
committed
Use consistent bond dimensions
1 parent a8044f7 commit 6f9338a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/algorithms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,9 @@ end
700700
ψ1, _ = approximate(ψ0, (sW1, ψ), VOMPS(; verbosity))
701701
ψ2, _ = approximate(ψ0, (W2, ψ), VOMPS(; verbosity))
702702
ψ3, _ = approximate(ψ0, (W1, ψ), IDMRG(; verbosity))
703-
ψ4, _ = approximate(ψ0, (sW2, ψ), IDMRG2(; trscheme=truncdim(15), verbosity))
703+
ψ4, _ = approximate(ψ0, (sW2, ψ), IDMRG2(; trscheme=truncdim(12), verbosity))
704704
ψ5, _ = timestep(ψ, H, 0.0, dt, TDVP())
705-
ψ6 = changebonds(W1 * ψ, SvdCut(; trscheme=truncdim(15)))
705+
ψ6 = changebonds(W1 * ψ, SvdCut(; trscheme=truncdim(12)))
706706

707707
@test abs(dot(ψ1, ψ5)) 1.0 atol = dt
708708
@test abs(dot(ψ3, ψ5)) 1.0 atol = dt

0 commit comments

Comments
 (0)