-
Notifications
You must be signed in to change notification settings - Fork 6
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
spin_echo
fails to execute. Wait time as float
not supported in QM
#958
Comments
This is mostly related to qibolab developers. If float should be supported as pulse duration the fix should be in qibolab, if instead the duration can only be a integer I can fix it here. Thoughts @stavros11 @alecandido @hay-k ? |
Yes, that's related to Qibolab 0.1, since many values were assumed to be integers, and never converted. This is already not the case any longer: However, this won't be fixed in 0.1, in which durations are intended to be |
Thanks @alecandido, shall I do a quick patch here and then convert it to float once we have 0.2? |
Indeed, I'd suggest you ant simply an |
Fixed in f8e36a0 |
Error given when trying to execute the
spin_echo
routine using quantum machines control electronics:Talking to @andrea-pasquale, seems to be related to the wait times not being
integer
values, and creating a conflict with quantum machines.The text was updated successfully, but these errors were encountered: