Skip to content

0.25.0

Upgrade Instructions

Python Version

Python version 3.7 is no longer supported.

Interface Changes

  1. Initialize registers with values by explicitly setting them as inputs.
  2. In QNN, use the execute_qnn utility function instead of Executor. See Quantum Layer Execution.

IDE Changes

  1. New QMOD Arithmetic example available in the Synthesis page under Built-in Algorithms.
  2. Update Basics Tutorials.
  3. Update Advanced Tutorials.

Bug fixes

  1. Display metrics aligned with the Synthesis Engine in the hardware comparison table.

Enhancements

  1. New export options on the circuit page: Transpiled QASM, Q#, Microsoft's QIR, IonQ Json, Cirq JSON, OpenQASM 2.0, and Export all.
  2. New estimation of operators in QNN. See Quantum Layer Execution.