Release v0.11.1
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 currentMappableRegister
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)