Skip to content

Commit f663170

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

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
@@ -192,7 +192,6 @@ end
192192
193193
Create the dagger of a PEPOTensor such that `InfinitePEPO(dagger(O))` is the adjoint of `InfinitePEPO(O)` with respect to the physical action of the PEPO on a PEPS.
194194
"""
195-
196195
function dagger(O::InfinitePEPO)
197196
return InfinitePEPO(_dag.(unitcell(O)))
198197
end

0 commit comments

Comments
 (0)