Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 6ea1852 into 8e1b8f1
Browse files Browse the repository at this point in the history
corbett5 authored Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 8e1b8f1 + 6ea1852 commit 3768e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mps/mps.jl
Original file line number Diff line number Diff line change
@@ -423,7 +423,7 @@ function MPS(eltype::Type{<:Number}, sites::Vector{<:Index}, states_)
end
links = Vector{QNIndex}(undef, N - 1)
for j in (N - 1):-1:1
links[j] = dag(Index(lflux => 1; tags="Link,l=$j"))
links[j] = Index(lflux => 1; tags="Link,l=$j")
lflux -= flux(states[j])
end
else

0 comments on commit 3768e33

Please sign in to comment.