v0.11.0
0.11.0 (2024-09-11)
⚠ BREAKING CHANGES
guppy.take_module
renamed toguppy.get_module
and no longer removes the module from the state.- Quantum operations
rx
,rz
,phased_x
, andzz_max
use theangle
type instead of floats.
Features
- Add implicit importing of modules (#461) (1b73032)
- Use angle type in quantum operations (#467) (ce0f746)