Skip to content

Commit

Permalink
Fix magnetisation test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jul 9, 2024
1 parent f9783dc commit 6ec560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tf_ising.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ magn = expectation_value(result.peps, M, result.env)

@test result.E e atol = 5e-2
@test imag(magn) 0 atol = 1e-6
@test real(magn) mᶻ atol = 5e-2
@test abs(magn) mᶻ atol = 5e-2

0 comments on commit 6ec560f

Please sign in to comment.