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 the ComputationalStatePreparation
function. See ComputationalBasisStatePreparation .
Add the GHZStatePreparation
function. See GHZStatePreparation .
Add the Operators' Estimator execution building block.
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