Skip to content

Commit

Permalink
Now with right (?) type ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gertian committed Oct 22, 2024
1 parent 6787ffa commit 405295f
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 = similar(state.AL)
g = Vector{ Grassmann.GrassmannTangent }(undef, length(state.Al))
@static if Defaults.parallelize_sites
@sync for i in 1:length(state)
Threads.@spawn begin
Expand Down

0 comments on commit 405295f

Please sign in to comment.