Skip to content

Commit

Permalink
use positional args for mcsolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Giguere committed Jan 19, 2023
1 parent 9cd8294 commit f6efebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qutip_qip/device/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ def run_state(
)
elif solver == "mcsolve":
evo_result = mcsolve(
H=noisy_qobjevo, state=init_state, tlist=tlist, **kwargs
noisy_qobjevo, init_state, tlist=tlist, **kwargs
)

return evo_result
Expand Down

0 comments on commit f6efebb

Please sign in to comment.