We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6c65b commit 97dfaa2Copy full SHA for 97dfaa2
1 file changed
test/states/infinitemps.jl
@@ -93,7 +93,7 @@ end
93
Ss = entropy(ψ)
94
@test length(Ss) == length(ψ)
95
@test all(isreal, Ss)
96
- @test all(>=(0), Ss)
+ @test all(>=(-1.0e-8), Ss)
97
98
# entropy(ψ, site) is non-negative and consistent with entropy(ψ)
99
for site in 1:length(ψ)
0 commit comments