-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kerr-cat case approves #173
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could maybe clean up the program to remove the commented lines for easier reading, but it looks quite nice, well done !
a squeezing drive and three-wave mixing. | ||
|
||
## The device | ||
The device that was used was a SNAIL with a planar resonator for readout. Both of these are housed inside of a 3D cavity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just add what SNAIL means for ignorant people like me :)
separated by an energy barrier. The two coherent states existing in these minima are |$\alpha$ $>$ and | ||
|$-\alpha$ $>$, and the superposition of these coherent states form cat states. The Bloch sphere of this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe there is '$' mismatch
This should work: "$|\alpha>$" and "$|-\alpha>$"
representations are sketched. Here, |$\pm$ $Z$ $\>$ = |$C^{\pm}\_{\alpha}$ $\>$ = (|+$\alpha$ $\>$ $\pm$ |-$\alpha$ $\>$)/$\sqrt{2}$ | ||
and |$\pm Y$ $\>$ = |$C^{\mp i}_{\alpha}$ $\>$ = (|$+\alpha$ $\>$ $\mp$ $i$|$-\alpha$ $\>$)/$\sqrt{2}$. The continuous $X(\theta)$ gate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same "$" mismatch here
Cat quadrature readout (cqr) is a Quantum non-Demolition (QND) technique to readout the Kerr-cat qubit. | ||
Thanks to the three-wave mixing of the SNAIL, a cqr pulse sent to it at $\omega_{resonator}$ - $\omega_{s}/2$ creates a | ||
coherent drive in the readout resonator that we can measure. Figure 2 and 3 show the IQ-blobs | ||
of the coherent states |$\alpha$ $>$ and |-$\alpha$ $>$ and the pulse sequence, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same "$" mismatch here
## Cat quadrature readout | ||
|
||
Cat quadrature readout (cqr) is a Quantum non-Demolition (QND) technique to readout the Kerr-cat qubit. | ||
Thanks to the three-wave mixing of the SNAIL, a cqr pulse sent to it at $\omega_{resonator}$ - $\omega_{s}/2$ creates a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is omega_s here?
delay, and (v) apply a second cqr pulse. This pulse sequence is repeated N times to get good SNR. | ||
|
||
The experimental data can be seen in Fig. 4, and by fitting it to single exponential decay we find | ||
$\tau_{\alpha} = 163 \mu s$ and $\tau_{-\alpha} = 164 \mu s$. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we compare these values to the coherence time of the standard fock states to emphasize the improvement?
|
||
**Figure 5**, cartoon of the pulse sequence for measuring the lifetime during free evolution. | ||
|
||
The main lines of QUA code that produce Fig. 4 are shown below. The QUA code that reproduces the data is `T_coh_free_decay.py`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the python file is missing
## Coherence times while continuous measuring | ||
|
||
Figure 6 and 7 we show the lifetimes and pulse sequence of the |$\alpha$ $>$ and |$-\alpha$ $>$ states while | ||
continoulsy performing measurements to the qubit. The lifetimes are smaller due to the non-perfect QNDs of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to measure continuously from the physics standpoint or is it just to quantify the QND imperfection and show how to do it in QUA?
play('ftc_rise', 'squeeze_rise') | ||
align('squeeze_rise', 'squeeze_drive') | ||
play('cw', 'squeeze_drive', duration=int(4e6//4)) | ||
align('squeeze_drive', 'squeeze_fall') | ||
play('ftc_fall', 'squeeze_fall') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you split the pulse into three parts because you want to control the flat length without stretching the rise and fall parts, right?
If you do it with a single element you end up having gaps?
coherent drive in the readout resonator that we can measure. Figure 2 and 3 show the IQ-blobs | ||
of the coherent states |$\alpha$ $>$ and |-$\alpha$ $>$ and the pulse sequence, respectively. | ||
|
||
![Figure_2a_IQblobs](Figure_2a_IQblobs.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it acquired with the OPX or does it come from the paper?
@KevinAVR What is the status of this? |
These are experiments I did at Devoret's lab last year, and now the people pparoved it as it to go to our github