We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f487e commit 7c2d7bdCopy full SHA for 7c2d7bd
1 file changed
src/algorithms/contractions/ctmrg_contractions.jl
@@ -98,7 +98,7 @@ function enlarge_northeast_corner(
98
return @tensor begin
99
EC[DN χ_W; χ2] := E_north[χ_W DN; χ1] * C_northeast[χ1; χ2]
100
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]
+ corner[χ_W D_W; χ_S D_S] := A[D_W D_S; DN DE] * ECE[DN DE; χ_S χ_W]
102
end
103
104
0 commit comments