You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pytket circuits loaded via a py expression no longer take ownership of the passed qubits.
Lists and function tensors are no longer available by default. guppylang.enable_experimental_features() must be called before compilation to enable them.
The GuppyModule argument is now optional for all decorators and no longer the first positional argument. Removed the explicit module objects builtins, quantum, and angle.
quantum_functional is now its own Guppy module and no longer implicitly comes with quantum.
Linear function arguments are now borrowed by default; removed the now redundant @inout annotation
Features
Add functions to quantum module and make quantum_functional independent (#494) (0b0b1af)
Hide lists and function tensors behind experimental flag (#501) (c867f48)