0.25.0
Upgrade Instructions¶
- Python SDK
- The IDE upgrades automatically.
Python Version¶
Python version 3.7 is no longer supported.
Interface Changes¶
- Initialize registers with values by explicitly setting them as inputs. See arithmetic initial conditions.
- In QNN, use the
execute_qnn
utility function instead ofExecutor
. See Quantum Layer Execution.
IDE Changes¶
- New QMOD Arithmetic example available in the Synthesis page under Built-in Algorithms.
- Update Basics Tutorials.
- Update Advanced Tutorials.
Bug fixes¶
- Display metrics aligned with the Synthesis Engine in the hardware comparison table.
Enhancements¶
- New export options on the circuit page: Transpiled QASM, Q#, Microsoft's QIR, IonQ Json, Cirq JSON, OpenQASM 2.0, and Export all.
- New estimation of operators in QNN. See Quantum Layer Execution.