Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Feb 15, 2024
1 parent ffe16bc commit b88cc77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_dmrg_x.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ using Test
scale(::Type{Float32}) = 10^2
scale(::Type{Float64}) = 10^5

@test inner(H, ϕ̃, H, ϕ̃) inner(ϕ̃', H, ϕ̃)^2 rtol = (eps(real(elt))) * scale(real(elt))
@test inner(H, ϕ̃, H, ϕ̃) inner(ϕ̃', H, ϕ̃)^2 rtol =
(eps(real(elt))) * scale(real(elt))
# Sometimes broken, sometimes not
# @test abs(loginner(ϕ̃, ϕ) / n) ≈ 0.0 atol = 1e-6
end
Expand Down

0 comments on commit b88cc77

Please sign in to comment.