qiboteam / qibolab

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

Expose mixer calibration parameters in Qblox drivers #900

Open aorgazf opened 4 months ago

aorgazf commented 4 months ago

Hi, In order to be able to calibrate the mixers of RF modules, the driver should expose the following parameters:

aorgazf commented 3 months ago

This feature was also introduced in alvaro/latest_20231215

hay-k commented 3 months ago

This feature needs to be introduced carefully, so that all drivers can have joint interface. In particular it means that the settings will be called differently, but they might also have slightly different meanings. https://github.com/qiboteam/qibolab/pull/885 introduces a proposal how to expose this interface to users (qibocal). Once that's consolidated, the implementations in the drivers will follow.