Skip to content

Commit

Permalink
Remove a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Sep 13, 2021
1 parent c94f17b commit 82d3b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qutip_qip/device/cavityqed.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def set_up_params(self):
if any((w0 - self.wq)/(w0 + self.wq) > 0.05):
warnings.warn(
"The rotating-wave approximation might not be valid.")
print(self.params)

@property
def sx_ops(self):
Expand Down

0 comments on commit 82d3b98

Please sign in to comment.