0.20.0
Upgrade Instructions
Interface Changes
Remove num_qubits
attribute from StatePreparation
and add it to GaussianMixture
.
Enhancements
Add error metrics for StatePreparation
: total variation, Hellinger, and Bhattacharyya. See StatePreparation .
Add a new function: ComputationalStatePreparation
. See ComputationalBasisStatePreparation .
Add a new function: GHZStatePreparation
. See GHZStatePreparation .
Add a new execution building block: the
Operators' Estimator .
Change the AmplitudeEstimation
parameters to GroverOperator
and estimation_register_size
. See AmplitudeEstimation .
IDE Improvements
Automatic Registers Resolution: Automatically label, color, and merge (when possible) individual qubits according to their
associated registers. See Automatic Registers Resolution .
Back to top