Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 19, 2024
1 parent b70abdd commit 70eb755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ function mixed_canonize!(tn::AbstractMPO, orthog_center)
end

# center SVD sweep to get singular values
for i in left+1:right-1
for i in (left + 1):(right - 1)
canonize_site!(tn, Site(i); direction=:left, method=:svd)
end

Expand Down

0 comments on commit 70eb755

Please sign in to comment.