Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Nov 8, 2024
1 parent 38e246f commit 463c966
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 @@ -283,7 +283,7 @@ def _read_dice_outputs(
amps, ci_strs
)
sci_state = SCIState(
amplitudes=sci_coefficients, ci_strs_a=addresses_a, ci_strs_b=addresses_b
amplitudes=sci_coefficients, ci_strs_a=ci_strs_a, ci_strs_b=ci_strs_b
)

return energy_dice, sci_state, avg_occupancies
Expand Down

0 comments on commit 463c966

Please sign in to comment.