Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 20, 2024
1 parent 7cf440d commit 8cf61fd
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 @@ -137,7 +137,7 @@ function check_form(config::MixedCanonical, mps::AbstractMPO)
orthog_center = config.orthog_center

left, right = if orthog_center isa Site
id(orthog_center) .+ (0, 0)
id(orthog_center) .+ (0, 0) # So left and right get the same value
elseif orthog_center isa Vector{<:Site}
extrema(id.(orthog_center))
end
Expand Down

0 comments on commit 8cf61fd

Please sign in to comment.