Skip to content

Commit c7db627

Browse files
committed
fix typo
1 parent c166bb7 commit c7db627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MPS.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ function LinearAlgebra.normalize!(::Canonical, ψ::AbstractMPO; bond=nothing)
731731
if !isnothing(bond)
732732
# when setting `bond`, we are just normalizing one Λ tensor and its neighbor Γ tensors
733733
Λab = tensors(ψ; bond)
734-
normalize!(Λ)
734+
normalize!(Λab)
735735

736736
a, b = bond
737737
Γa, Γb = tensors(ψ; at=a), tensors(ψ; at=b)

0 commit comments

Comments
 (0)