0.19.0
Upgrade Instructions
Bug fixes:
Interface Changes
- Objects
ControlState
, FunctionParams
(of all kinds) and RegisterUserInput
are now frozen and may be hashed.
- QFT specific
inverse
option removed. The same functionality is still available with the general inversion method, see inversion.
Enhancements
- Execution of parametric circuits; see Parametric Quantum Programs
- The
AmplitudeLoading
function now has a new experimental implementation
field with new implementations; see AmplitudeLoading.
Back to top