-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pulse duration validation #248
Comments
Is this issue still relevant? Note that the constraint for the pulse duration to be integer of nanoseconds was lifted in #623. |
I think this issue is still a problem, on commit Trying this code
raises the following error
|
4 tasks
Thanks for checking @sorewachigauyo. Should be fixed in #660. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the pulse duration and start parameters are in integers of nanoseconds. However, this is an issue for instruments with sampling rates that are not 1GSps.
For the IcarusQ RFSoC, we are using a bisection to retrieve the sample indices associated with the pulse.
Perhaps this parameter can be sanitized on the driver side instead?
The text was updated successfully, but these errors were encountered: