Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Feb 20, 2024
1 parent 7d06665 commit 94f4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ansatz/Chain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function mixed_canonize!(::Open, tn::Chain, center::Site) # TODO: center could b
canonize_site!(tn, Site(i); direction = :left, mode = :qr)
end

# Right-to-left QR sweep -> get left-canonical tensors for i > center
# Right-to-left QR sweep -> get right-canonical tensors for i > center
for i in N:-1:1
if i > center.id
canonize_site!(tn, Site(i); direction = :right, mode = :qr)
Expand Down

0 comments on commit 94f4fd4

Please sign in to comment.