Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Nov 7, 2024
1 parent 551a305 commit f93238c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def solve_hci(
_call_dice(dice_dir, mpirun_options)

# Read and convert outputs
e_dice, sci_coefficients, ci_strs, avg_occupancies = _read_dice_outputs(
e_dice, sci_coefficients, sci_strs, avg_occupancies = _read_dice_outputs(
dice_dir, norb
)

Expand All @@ -169,7 +169,7 @@ def solve_hci(
return (
e_dice,
sci_coefficients,
ci_strs,
sci_strs,
(avg_occupancies[:norb], avg_occupancies[norb:]),
)

Expand Down

0 comments on commit f93238c

Please sign in to comment.