You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Move HDAWG driver to qupulse-hdawg-legacy to disentangle driver version from qupulse version. The new HDAWG driver will be published under qupulse-hdawg. (#779)
Add the ProgramBuilder interface pattern to make the generated program of PulseTemplate.create_program easily customizable. (#781)
Measurement windows can now automatically shrank in case of overlap to counteract small numeric errors. (#791)
Bugfixes
ConstantPulseTemplates from all versions can now be deserialized. (#696)
Fixed that single segment tables where always interpreted to be constant. (#707)
Add missing pulse registry support to ArithmeticPT. (#775)