From 922e58253d995f6a64fd7acf998126ce50957e26 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Sun, 8 Dec 2024 09:52:24 -0500 Subject: [PATCH] update normalization convention --- src/environments/permpoinfenv.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/environments/permpoinfenv.jl b/src/environments/permpoinfenv.jl index 00d5d76ee..75b86f087 100644 --- a/src/environments/permpoinfenv.jl +++ b/src/environments/permpoinfenv.jl @@ -180,8 +180,7 @@ function mixed_fixpoints(above::MPSMultiline, mpo::MPOMultiline, below::MPSMulti for col in 1:numcols λ = dot(CRs_bot[col], MPO_∂∂C(GLs[row, col + 1], GRs[row, col]) * CRs_top[col]) - scale!(GLs[row, col + 1], 1 / sqrt(λ)) - scale!(GRs[row, col], 1 / sqrt(λ)) + scale!(GLs[row, col + 1], inv(λ)) end end