Skip to content

0.25.0

Compare
Choose a tag to compare
@jjmartinezQT jjmartinezQT released this 26 Mar 09:21
· 116 commits to main since this release
7525b68

New features since last release

  • Add FlatTop pulse shape
    #680

  • Add FlatTop waveform
    #680

  • Add support for multiple QRM modules
    #680

  • Update qpysequence to 10.1
    #680

Improvements

  • The method CalibrationNode._execute_notebook() now changes the working directory to the notebook directory before the execution and restores the previous one after the papermill execution. It allows the notebooks now to use relative paths. Also, the initialization of CalibrationNode will now contain absolute paths for the attributes nb_folder and nb_path
    #693

Breaking changes

  • Added support for Qblox cluster firmware v0.6.1 and qblox-instruments v0.11.2. This changes some of the i/o mappings in the runcard for qblox sequencers so with older versions is broken.
    #680

Bug fixes

  • Resolved an issue where attempting to execute a previously compiled QUA program on a newly instantiated Quantum Machine resulted in errors due to cache invalidation.
    #706