Skip to content

Commit

Permalink
Fix a minor pep 8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Dec 10, 2022
1 parent 2c600fe commit cbf471f
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 @@ -1204,7 +1204,7 @@ def run_state(
if full_tlist is not None:
total_circuit_time = (full_tlist)[-1]
else:
total_circuit_time = 0.
total_circuit_time = 0.0
if is_qutip5:
options = kwargs.get("options", qutip.SolverOptions())
if options["max_step"] == 0.0:
Expand Down

0 comments on commit cbf471f

Please sign in to comment.