Skip to content

Commit

Permalink
Merge branch 'feature/excited-states' of https://github.com/joachimbr…
Browse files Browse the repository at this point in the history
…and/Rimu.jl into feature/excited-states
  • Loading branch information
jamie-tay committed Nov 28, 2024
2 parents f83c9c4 + 46a7d9a commit 9861aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function _set_up_starting_vectors(
)
end
elseif n_spectral > 1
basis = build_basis(ham; minimum_size)
basis = build_basis(ham, start_at; minimum_size)
trunc = BasisSetRepresentation(ham, basis; filter=Returns(false), sizelim=Inf)
vecs = eigvecs(Matrix(trunc))
if threading
Expand Down

0 comments on commit 9861aec

Please sign in to comment.