Skip to content

Commit

Permalink
Remove duplicate line in left_move
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Jul 10, 2024
1 parent fa7a56a commit 6df8efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algorithms/ctmrg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ function left_move(state, env::CTMRGEnv{C,T}, alg::ProjectorAlg) where {C,T}
else
alg.trscheme
end
@tensor QQ[-1 -2 -3; -4 -5 -6] := Q_sw[-1 -2 -3; 1 2 3] * Q_nw[1 2 3; -4 -5 -6]
@autoopt @tensor QQ[χ_EB D_EBabove D_EBbelow; χ_ET D_ETabove D_ETbelow] :=
Q_sw[χ_EB D_EBabove D_EBbelow; χ D1 D2] *
Q_nw[χ D1 D2; χ_ET D_ETabove D_ETbelow]
Expand Down

0 comments on commit 6df8efc

Please sign in to comment.