Skip to content

Commit

Permalink
state.Al -> state.AL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gertian committed Oct 22, 2024
1 parent 405295f commit 61412f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/grassmann.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct ManifoldPoint{T,E,G,C}
end

function ManifoldPoint(state::Union{InfiniteMPS,FiniteMPS}, envs)
g = Vector{ Grassmann.GrassmannTangent }(undef, length(state.Al))
g = Vector{ Grassmann.GrassmannTangent }(undef, length(state.AL))
@static if Defaults.parallelize_sites

Check warning on line 73 in src/algorithms/grassmann.jl

View check run for this annotation

Codecov / codecov/patch

src/algorithms/grassmann.jl#L73

Added line #L73 was not covered by tests
@sync for i in 1:length(state)
Threads.@spawn begin
Expand Down

0 comments on commit 61412f6

Please sign in to comment.