Skip to content

Commit

Permalink
Merge pull request #256 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
Browse files Browse the repository at this point in the history
Minor bug
  • Loading branch information
LHerviou authored Aug 25, 2023
2 parents 7f52678 + ad42339 commit 0e1d8b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/infinitempo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ end
Output: the tuple (newL, newR) the updated environments
"""
function fuse_legs!(Hcl::InfiniteMPO, L, R)
Hcl = copy(Hcl)
N = nsites(Hcl)
for j in 1:(N - 1)
right_link = only(commoninds(Hcl[j], Hcl[j + 1]))
Expand Down

0 comments on commit 0e1d8b5

Please sign in to comment.