qiboteam / qibocal

Quantum calibration, characterization and validation module for Qibo.
https://qibo.science
Apache License 2.0
31 stars 7 forks source link

2q gates - SNZ pulse optimisation #466

Open aorgazf opened 1 year ago

aorgazf commented 1 year ago

Implement a routine to determine the parameters of SNZ pulses to be used in CZ 2q gate flux pulses. These optimisation aims to minimise leakage to the second excited state. https://arxiv.org/abs/2008.07411

andrea-pasquale commented 1 year ago

About this I believe that we have two possible solutions. One is relatively quick while the second one is more complicated and require at least 3 new protocols in qibocal.

Option A : compute leakage from MSR

Currently the tune landscape works with MSR, which is not ideal, however it can already give us a rough estimate of the leakage and we can therefore start optimizing the SNZ pulse using that.

Option B: compute leakage from probabilities The other option is to use probabilities. Given that we are calibrating a CZ gate we expect an avoided crossing between the $\ket{11}$ state and the state $\ket{02}$, which require the ability to classify also the state $\ket{2}$ #477. I believe that these are the protocols needed to achieve it:

Once we have either A or B ready we should be ready to start with the exceptional flows #497