-
Notifications
You must be signed in to change notification settings - Fork 17
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
ToF routine for qblox #728
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #728 +/- ##
==========================================
+ Coverage 64.00% 64.03% +0.03%
==========================================
Files 49 49
Lines 5778 5778
==========================================
+ Hits 3698 3700 +2
+ Misses 2080 2078 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 @PiergiorgioButtarini. If you can merge main and fix the conflicts and the comments above, we can probably merge this.
This PR introduce the possibility of retrieving
AcquisitionType.RAW
results for Qblox.This type acquisition was used to produce the following ToF routine (using qibocal branch qiboteam/qibocal#679): http://login.qrccluster.com:9000/whJVmwwASf2x5tnTU534Dw==
Note:
To be more precise, at the moment these results are automatically (by the module itself) averaged on the
nshot
dimension.So for example the raw plot made with
nshots=1000
will be the average of the 1000 different raw plots.Since this averaging is happening automatically (there is only one memory for
scope_acquisition
, but maybe this can be changed assigning different sequencers other than the default one) is not possible to retrieve raw results for more than one measurement process per channel.In fact two measurement in series (one after the other) will be stored and at the and averaged together, producing meaningless results.
Checklist: