Skip to content

Commit c3d7e4a

Browse files
committed
runic
1 parent 145372a commit c3d7e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/contractions/ctmrg_contractions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function enlarge_northeast_corner(
9898
return @tensor begin
9999
EC[DN χ_W; χ2] := E_north[χ_W DN; χ1] * C_northeast[χ1; χ2]
100100
ECE[DN DE; χ_S χ_W] := EC[DN χ_W; χ2] * E_east[χ2 DE; χ_S]
101-
corner[χ_W D_W; χ_S D_S] := A[D_W D_S; DN DE] * ECE[DN DE; χ_S χ_W]
101+
corner[χ_W D_W; χ_S D_S] := A[D_W D_S; DN DE] * ECE[DN DE; χ_S χ_W]
102102
end
103103
end
104104

0 commit comments

Comments
 (0)