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