Skip to content

qupulse 0.10

Latest
Compare
Choose a tag to compare
@terrorfisch terrorfisch released this 04 Apr 18:56
· 110 commits to master since this release
024a6ff

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)