Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-tay committed Nov 28, 2024
1 parent 826de52 commit 2093077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projector_monte_carlo_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function ProjectorMonteCarloProblem(
post_step_strategy = (post_step_strategy,)
end

return ProjectorMonteCarloProblem{n_replicas,n_spectral}(
return ProjectorMonteCarloProblem{n_replicas,num_spectral_states(spectral_strategy)}(
algorithm,
hamiltonian,
start_at, # starting_vectors,
Expand Down

0 comments on commit 2093077

Please sign in to comment.