Skip to content

Commit 7dc73a2

Browse files
authored
Fix typo in edge_transfer_right (#310)
1 parent 91eed29 commit 7dc73a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/contractions/transfer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function edge_transfer_right(
121121
@autoopt @tensor v′[χ_NW D_W_above D_W_below; χ_SW] :=
122122
v[χ_NE D_E_above D_E_below; χ_SE] *
123123
Etop[χ_NW D_N_above D_N_below; χ_NE] *
124-
Ebot[χ_SE D_S_below D_S_above; χ_SW] *
124+
Ebot[χ_SE D_S_above D_S_below; χ_SW] *
125125
ket(O)[d; D_N_above D_E_above D_S_above D_W_above] *
126126
conj(bra(O)[d; D_N_below D_E_below D_S_below D_W_below])
127127

0 commit comments

Comments
 (0)