qiboteam / qibolab

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

Upload sequence and settings only once #890

Open hay-k opened 2 months ago

hay-k commented 2 months ago

In the qblox driver, when the number of bins is more than the memory limitation, the execution is done in chunks, where each chunk corresponds to executing the experiment for lower number of shots. However, the pulse sequence and instrument settings are uploaded again and again for every chunk, even though they do not change from chunk to chunk. In some situations this penalizes the runtime significantly. More details in https://github.com/qiboteam/qibocal/issues/815