-
Notifications
You must be signed in to change notification settings - Fork 7
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
Hotfix for rabi length following #744 #754
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #754 +/- ##
=======================================
Coverage 96.88% 96.89%
=======================================
Files 108 108
Lines 7491 7508 +17
=======================================
+ Hits 7258 7275 +17
Misses 233 233
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Thanks @andrea-pasquale, I believe it fixes the fitting:
Before: http://login.qrccluster.com:9000/0dk2ahd8RjuAd1tPe_QUHQ==
After: http://login.qrccluster.com:9000/r3dZGTOaRHu21mr0RrNe7A==
(I guess qubit 2 fails in both cases because the signal is not really sinusoidal).
Thanks @stavros11. The fix was just to show correctly the fit in the report. I did not touch or improve the performance of the fit. I can have a closer look at qubit 2 before merging. |
Well, the minima are clearly more flat than a sinusoidal, so I wouldn't blame the fit for failing in that case. There should be something wrong with the qubit/calibration parameters. We were just discussing with @rodolfocarobene why this happens but we don't have any idea. The insteresting thing is that this is the qubit that has 97% assignment fidelity... |
Since you have 97% fidelity you could try to run rabi length with probabilities. |
Indeed, looks better but the fit still fails: http://login.qrccluster.com:9000/WfsuyLv_QmKTKPthroPbRQ== |
Yeah, there was a problem with the fit. Should be fixed by 6cd7185. Feel free to retry now @stavros11. It turns out that just by normalizing the x axis everything seems to work... |
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.
It works for me as well, thanks.
In #744 I forgot to update the rabi length protocol.
EDIT: Improved fit for rabi length with probabilities.
Checklist:
master
main
main