-
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
[Feature] Check maximum available acquisitions in compiler #26
Comments
Hi @GlaserN , |
The following experiment will only complain after 315s with:
|
Thanks for the feedback, the error you quote indicated that not enough measurements were triggered, not that the number of measurements defined was too much. |
Hello @QuantumClemens, |
Hello @MAN6O , |
Is your feature request related to a problem? Please describe.
Measuring a high number of single shot data in combination with realtime loops.
The devices are limited to a number of acquisitions e.g. 2^19 for the SHFQA. If more acquisitions are performed currently the controller only notices this when trying to fetch the results, which happens only after executing the long experiment.
Describe the solution you'd like
Check in the compiler whether all acquisitions can be handled by the device.
Describe alternatives or workarounds you have considered
Manually check that you are not above the limit.
The text was updated successfully, but these errors were encountered: