-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add experiment for qubit frequency vs flux amplitude #1037
Comments
Why not performing the exact same qubit flux dependency experiment, fitting the same transmon shape, but instead sweeping the flux amplitude about the offset? If you expect it to be just a constant rescaling, you should be able to just fit it with the same function (including the rescaling parameter, if none is present already), without any GST or anything different. Am I missing something? |
In theory we could, and it was already done in #691, where we were sending a long flux pulse and we were perfoming the measurement withing the flux pulse. However, in common applications, such as two-qubit gates calibration experiments, this will not be the expected scenario. We usually send a short flux pulse to bias the qubit/coupler away from its sweetspot and we then perform other operations. Since the pulse is short we cannot perform the readout within the duration of the flux pulse. Measuring with GST should also allows us to have a better understanding of what is happening with virtual phases. |
Ok, I see your point. However, I expect that the measurement of the Of course, this factor may even depend on the pulse shape, i.e. the duration. But at that point, I see no reason it should not depend even on the pulse amplitude itself, making it where The point I'm getting to is that, if short flux pulses have to be considered different from long ones, doesn't that calibration overlap with the more generic pre-distortions? If there is a standard approach there will also be a motivation - which I'm failing to so, because my lack of expertise. So, if you can point out references, I can have a look by myself (but if you have the full explanation as well, that would also be appreciated, of course). |
In the past we had several discussion about the possibility of sweeping offset or flux amplitude in the flux dependence experiment. I believe that the current solution (sweeping offset) is correct given that from the protocol we aim at extracting the sweetspot of the qubit which will be set as the offset of the device.
However, especially when dealing with two qubit gates, it is interesting to derive also how the frequency of the qubit changes when applying a flux pulse at fixed amplitude for a given duration. Although we could infer this from knowing how the qubit frequency changes when we modify the offset, there is no clear relation between the voltage generated by the offset and how it is modified when we apply a flux pulse. The relationship is expected to be linear$V = \Phi + C A$ and in many cases $C=1$ , but it is not known before running the experiment.
I propose to add an experiment that specifically tackles the qubit frequency vs flux amplitude dependency. To avoid overlapping with the previous experiment, the new experiment will be more suited for short flux pulses. A prototype for this experiment is available here, which consists of applying a flux pulse for qubit in a superposition state and then we perform GST to measure the expecation values of X and Y to compute the detuning on the qubit frequency.
As long as we tackle small detunings a simple parabola fit could do the job. We can also store the parameters of the fit in the new
Qubit
object available in #1021We could even complicate the function by also considering the flux offset.
The two previous examples are just a possible way of using the newly found parameters to predict the qubit frequency.
Thoughts @Edoardo-Pedicillo @hay-k?
The text was updated successfully, but these errors were encountered: