From ad423394e3ec94056dd6cf14be545eaf12b77609 Mon Sep 17 00:00:00 2001 From: LHerviou Date: Fri, 25 Aug 2023 13:33:12 +0200 Subject: [PATCH] Minor bug --- src/infinitempo.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/infinitempo.jl b/src/infinitempo.jl index 853d784..7a7fe69 100644 --- a/src/infinitempo.jl +++ b/src/infinitempo.jl @@ -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]))