v1.1.0
Pulser v1.1.0
What's new
- Incorporate automatic layout generation in Register (#753) : For any arbitrary register
Register(...)
, an appropriateRegisterLayout
that fits a given device's specifications can now be automatically added by calling:reg = Register(...).with_automatic_layout(device: Device)
- Add layout restricting parameters to BaseDevice (#751)
Fixes
- Fix rounding error in RampWaveform (#747)
- Fix normalisation in ring of atoms (#750)
- Improve the NoiseModel unused parameters warning message (#752)
Changelog
14da4eb Release v1.1.0
c0173a7 Bump version to 1.1.0
2fa0f7f Incorporate automatic layout generation in Register
(#753)
c32b4bd Attempt to compare pulser versions when abstract repr validation fails (#754)
c6e9fbf Improve the NoiseModel unused parameters warning message (#752)
a8cd6f1 Add layout restricting parameters to BaseDevice (#751)
956af97 Fix normalisation in ring of atoms (#750)
cdedaeb Fix rounding error in RampWaveform (#747)
c133817 Bump version to 1.1dev0
Contributors
A special shoutout goes to the contributors and reviewers involved in this release:
- Antoine Cornillot
- Harold Erbin
- Henrique Silvério
A huge thank you to all Pulser contributors, both to this and past versions.