Skip to content

Commit

Permalink
Lower test precision
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos authored Oct 4, 2023
1 parent 533f31b commit 411349f
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 @@ -29,7 +29,7 @@ include("setup.jl")
ψ, envs, δ = find_groundstate(ψ₀, H, alg)
v = variance(ψ, H, envs)

@test sum(δ) < 1e-4
@test sum(δ) < 1e-3
@test v₀ > v && v < 1e-2 # energy variance should be low
end

Expand Down

0 comments on commit 411349f

Please sign in to comment.