Skip to content

Release v0.11.1

Compare
Choose a tag to compare
@HGSilveri HGSilveri released this 11 Apr 13:32
· 210 commits to master since this release
43ce7f8

Bug fixes

  • Temporarily blocks serialization of sequences combining MappableRegister and local operations (target, phase_shift) because the serialization of these operations requires an indexing of the qubit IDs that is incompatible with the current MappableRegister implementation (to be changed in a future release)
  • Blocks use of SLM mask with mappable registers (the SLM mask must be static like the layout)
  • Fixes bug in Sequence.switch_device() that prevented it to work with mappable registers
  • Improves type hints for device types
  • Restricts pasqal-sdk version to avoid breaking changes

Changelog

43ce7f8 [HOTFIX] Restrict MappableRegister use + Type hint improvements (#499)