0.9.0 - 2025-09-30¶
Added¶
Added the
targetsinput to theAddInjectNoisepass to specify boxes to add anInjectNoiseannotation to.Added the
inject_noise_targetsinput togenerate_boxing_pass_manager()to trigger this ability in the boxing transpiler. (#143)Added a warning at import time about the beta status of this project. The warning should only be raised once per version, see
CONTRIBUTING.mdfor details. (#132)
Changed¶
Removed
NoiseInjectionStrategy.NONEas it is now redundant with one of the supported values forAddInjectNoise.targets. (#143)
Fixed¶
Fixed a bug where
Samplex.__str__()would raise an error for samplexes that require a noise model. (#124)