Skip to content

0.31.0

Upgrade Instructions

Enhancement

  1. Add the 'Google' Provider. See Google Backends.

Interface Changes

  1. Python SDK:
    • Change interface of QVar:
      • QVar type-hints now expect a quantum type, which is a subclass of QVar.
      • The main types are QBit (a single qubit type) and QArray[QBit] (an array of qubits).
    • Support arithmetic quantum types.
  2. Remove the simplify option from Arithmetic and ArithmeticOracle. It will now be done automatically.