Skip to content

Commit

Permalink
small bugfix for sims
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaanRol committed May 13, 2018
1 parent 826d33a commit b7cea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycqed/simulations/cz_unitary_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def acquire_data_point(self, **kw):
sampling_rate=self.fluxlutman.sampling_rate(),
return_unit='f01')
else:
self.get_f_pulse_double_sided()
f_pulse = self.get_f_pulse_double_sided()

# extract base frequency from the Hamiltonian
w_q1 = np.real(self.H_0[3,3])
Expand Down

0 comments on commit b7cea14

Please sign in to comment.