0.18.0
Upgrade Instructions¶
- Python SDK
- VS Code Extension - deprecated. Use IDE instead.
Interface Changes¶
-
Support visualization of empty (0) and non-empty (1) control qubit, thus supporting every classical string as control state. See details on control states: MCX gate.
-
Add optional user-defined timeout for the optimization stage of synthesis. See Optimization Timeout.
-
Modify default two-qubit basis gate list. See information on basis gates for synthesis: Hardware Aware Synthesis.
-
Add
update_problem
method forGroundStateProblem
. Use it before defining chemical ansatzes. See Chemistry. -
Change the production of static image of the generated circuit so it is no longer created by default. To draw the circuit, set the
draw_image
field of the synthesis preferences toTrue
. -
Change the interface of Explicit Qubit Release in the Python SDK:
- Deprecate explicit declaration of zero inputs.
- Declare zero outputs via the
release_qregs
method.
New Features¶
- Add quantum phase estimation as a new built-in function. See PhaseEstimation.
- New toolbox in application quantum circuit view:
See Analyzer Web Application.