-
Notifications
You must be signed in to change notification settings - Fork 315
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
Delays, negative and otherwise #116
Conversation
The conflicts make it a tiny bit hard to test,
|
Actually it looks like there's very little use yet of stepped setters and delays, including exactly none in any of the WIP branches people have published... I've taken out the deprecation code, ONLY the new names are allowed now. Good to go? |
💃 💃 💃 |
Changes to how we handle delays in loops and parameters, per QCoDeS/Qcodes_loop#13 :
delay=0
is the default in Loops, and does not emit any "negative delay" warningsStandardParameter
:sweep_step -> step
sweep_delay -> delay
max_sweep_delay -> max_delay
cc @damazter @AdriaanRol @akhmerov @MerlinSmiles