qiboteam / qibolab

Quantum hardware module and drivers for Qibo.
https://qibo.science
Apache License 2.0
42 stars 14 forks source link

Termination handler in the platform #696

Open stavros11 opened 11 months ago

stavros11 commented 11 months ago

Qblox already implements a termination handler to switch off the instruments when a job is cancelled. We should lift it to the platform and use instrument.disconnect() so that it is available in all instruments without having to reimplement in the driver.