qiskit/releasenotes/notes/1.0/remove-transpiler-synthesis...

15 lines
758 B
YAML

---
upgrade_transpiler:
- |
Removed the ``qiskit.transpiler.synthesis`` module, which has been deprecated since the 0.46 release.
The following objects have been moved:
* :mod:`qiskit.transpiler.synthesis.aqc` has been moved to :mod:`qiskit.synthesis.unitary.aqc`
(except of :class:`qiskit.synthesis.unitary.aqc.AQCSynthesisPlugin`).
* :class:`qiskit.synthesis.unitary.aqc.AQCSynthesisPlugin` has been moved to
:class:`qiskit.transpiler.passes.synthesis.AQCSynthesisPlugin`.
* :func:`qiskit.transpiler.synthesis.graysynth` has been moved to
:func:`qiskit.synthesis.synth_cnot_phase_aam`.
* :func:`qiskit.transpiler.synthesis.cnot_synth` has been moved to
:func:`qiskit.synthesis.synth_cnot_count_full_pmh`.