Skip to content

Commit aaa8060

Browse files
committed
Switch test to use serial code
1 parent 8f55ff0 commit aaa8060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/algorithms.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,10 @@ end
701701
W2 = MPSKit.DenseMPO(sW2)
702702

703703
ψ1, _ = approximate(ψ0, (sW1, ψ), VOMPS(; verbosity))
704+
MPSKit.Defaults.set_scheduler!(:serial)
704705
ψ2, _ = approximate(ψ0, (W2, ψ), VOMPS(; verbosity))
706+
MPSKit.Defaults.set_scheduler!()
707+
705708
ψ3, _ = approximate(ψ0, (W1, ψ), IDMRG(; verbosity))
706709
ψ4, _ = approximate(ψ0, (sW2, ψ), IDMRG2(; trscheme=truncdim(12), verbosity))
707710
ψ5, _ = timestep(ψ, H, 0.0, dt, TDVP())

0 commit comments

Comments
 (0)