Skip to content

Commit

Permalink
Fix symmetrization test, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Aug 19, 2024
1 parent 1b785ea commit 76b1163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctmrg/symmetrization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
@testset "RotateReflect" for unitcell in [(1, 1), (2, 2), (3, 3)]
peps = InfinitePEPS(2, 2; unitcell)

peps_rotatereflect = symmetrize!(deepcopy(peps), RotateReflect())
peps_full = symmetrize!(deepcopy(peps), RotateReflect())
_test_elementwise_equal(peps_full, rotl90(peps_full))
_test_elementwise_equal(peps_full, rot180(peps_full))
_test_elementwise_equal(peps_full, rotr90(peps_full))
Expand Down

0 comments on commit 76b1163

Please sign in to comment.