Skip to content

Commit 743018b

Browse files
Update src/operators/infinitepepo.jl
Co-authored-by: Lander Burgelman <[email protected]>
1 parent f663170 commit 743018b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/operators/infinitepepo.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ end
181181
Calculate the conjugate of an operator O, while permuting the physical indices.
182182
Flips and twists are included to ensure the correct arrow convention of a PEPOTensor.
183183
"""
184-
185184
function _dag(O::PEPOTensor)
186185
@tensor O_conj[-1 -2; -3 -4 -5 -6] := conj(O[-2 -1; -3 -4 -5 -6])
187186
return twist(flip(O_conj, [3 4 5 6]), [3 4])

0 commit comments

Comments
 (0)