Skip to content

Commit f1f8b2e

Browse files
authored
update normalization convention (#201)
1 parent df1800c commit f1f8b2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/environments/permpoinfenv.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ function mixed_fixpoints(above::MPSMultiline, mpo::MPOMultiline, below::MPSMulti
180180
for col in 1:numcols
181181
λ = dot(CRs_bot[col],
182182
MPO_∂∂C(GLs[row, col + 1], GRs[row, col]) * CRs_top[col])
183-
scale!(GLs[row, col + 1], 1 / sqrt(λ))
184-
scale!(GRs[row, col], 1 / sqrt(λ))
183+
scale!(GLs[row, col + 1], inv(λ))
185184
end
186185
end
187186

0 commit comments

Comments
 (0)