Skip to content

Commit

Permalink
fix: remove QM manager when disconnecting
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Nov 27, 2024
1 parent cc64ee1 commit e11e0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibolab/instruments/qm/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def disconnect(self):
self._reset_temporary_calibration()
if self.manager is not None:
self.manager.close_all_quantum_machines()
self.manager = None
self.is_connected = False

def calibrate_mixers(self, qubits):
Expand Down

0 comments on commit e11e0d0

Please sign in to comment.