Skip to content

Commit

Permalink
Fix typo in select_cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Oct 17, 2024
1 parent eaeab61 commit 32a12d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def solve_fermion(
nelec=(num_up, num_dn),
ci_strs=ci_strs,
spin_sq=0.0, # Hard-code target S^2 until supported
select_cutoff=1e12,
select_cutoff=1e-12,
energy_tol=1e-10,
max_iter=1,
mpirun_options=mpirun_options,
Expand Down

0 comments on commit 32a12d7

Please sign in to comment.