-
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
Simplify Ramsey code #339
Simplify Ramsey code #339
Conversation
Yes, I will do that. But also, we can take another look into why you could not manage to run things yesterday |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #339 +/- ##
==========================================
+ Coverage 57.95% 57.98% +0.03%
==========================================
Files 67 67
Lines 4892 4896 +4
==========================================
+ Hits 2835 2839 +4
Misses 2057 2057
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I think that it was because I had messed things up with conda. |
This is with this code, @igres26 I also substracted .5 MHz from the qubit frequency and now you see the delta being negative but the correction is still working as intended as we substract it as well |
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.
Looks good. We could make it more clear that the sign in the (-2*np.pi)
is the same as the -int((delta_fitting...
. Maybe in the comments. But this works.
You are right. |
Tested and it works both with qblox (commenting a single line) and with RFSoC |
Simplify the Ramsey code as suggested by @igres26 following #337.
This PR will not fix the bug for qblox as it is related to a problem with the relative phase.
I tried to test it this morning with qblox but I think that something is not working.
@Jacfomg could be please rerun quickly the sanity check that we ran yesterday using iqm?
Checklist: