Skip to content

0.20.0

Upgrade Instructions

Interface Changes

  1. Remove num_qubits attribute from StatePreparation and add it to GaussianMixture.

Enhancements

  1. Add error metrics for StatePreparation: total variation, Hellinger, and Bhattacharyya.
  2. Add the ComputationalStatePreparation function.
  3. Add the GHZStatePreparation function.
  4. Add the Operators' Estimator execution building block.
  5. Change the AmplitudeEstimation parameters to GroverOperator and estimation_register_size.

IDE Improvements

  1. Automatic Registers Resolution: Automatically label, color, and merge (when possible) individual qubits according to their associated registers. See Automatic Registers Resolution.