v0.3.5
Added
- Added ports for different hardware. As a consequence we now also support the LF-FEM and MW-FEM
- Added
DragCosinePulse
. - Added support for sticky channels through the
StickyChannelAddon
(see documentation) - Added
Channel.thread
, which defaults to None - QUAM can now be installed through PyPi
Changed
Channel
is now an abstract base class.- Moved
intermediate_frequency
toChannel
fromSingleChannel/IQChannel
.
The default isNone
. A consequence of this is thatSingleChannel
no longer adds
intermediate_frequency
to the config if it's not set.
What's Changed on GitHub
- feat: Add DragCosinePulse and rename DragPulse to DragGaussianPulse by @nulinspiratie in #70
- feat/Add sticky channel option by @nulinspiratie in #6
- Fix/Add all MW channel properties by @nulinspiratie in #72
- Fix syntax for MW channel attributes. by @deanpoulos in #73
- Fix: Remove upsampling mode for LFFEMAnalogOutputPort by @nulinspiratie in #76
- Add CI for publishing to PyPI (test) on publish release by @maxim-v4s in #77
- Release package to PyPI by @maxim-v4s in #78
Full Changelog: v0.3.4...v0.3.5