Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
Avoids cutting in the middle of a multiplet in a schmidt spectrum.
  • Loading branch information
lkdvos committed Dec 3, 2023
1 parent c6a52bb commit 6f3e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include("setup.jl")

@testset "Infinite $i" for (i, alg) in enumerate(infinite_algs)
L = alg isa IDMRG2 ? 2 : 1
ψ₀ = repeat(InfiniteMPS([ℙ^2], [ℙ^16]), L)
ψ₀ = repeat(InfiniteMPS([ℙ^2], [ℙ^15]), L)
H = repeat(H1, L)

v₀ = variance(ψ₀, H)
Expand Down

0 comments on commit 6f3e705

Please sign in to comment.