Skip to content

v0.15.2

Compare
Choose a tag to compare
@yomach yomach released this 07 Sep 10:35
· 107 commits to main since this release
1348ecb

Added

  • results - Add wait_until_job_is_paused() to block python console until the OPX sequence reaches a pause() statement.
  • External_frameworks/qcodes - Added cluster_name as optional input parameter to connect to the OPX with QOP220 or above.

Changed

  • Units.unit - units.unit.Hz now rounds the result and casts it to an integer if the flag coerce_to_integer is set to True. Same for kHz, MHz and GHz.
  • External_frameworks/qcodes - Added wait_until_job_is_paused() in the resume() command to ensure that resume will be called only after the program reached the pause() statement.