Skip to content

Commit

Permalink
Recover python 3.6 support
Browse files Browse the repository at this point in the history
The key word argument start was added from python 3.8+
  • Loading branch information
BoxiLi committed Nov 1, 2021
1 parent b333188 commit 75a70cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qutip_qip/device/optpulseprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def load_circuit(
)
for (qobj, targets) in self.model.get_all_drift()
],
start=Qobj(
Qobj(
np.zeros(full_ctrls_hams[0].shape),
dims=[self.dims, self.dims],
),
Expand Down

0 comments on commit 75a70cc

Please sign in to comment.