diff --git a/releasenotes/notes/0.15/0.15.0-release-c7d85921f85f0b4d.yaml b/releasenotes/notes/0.15/0.15.0-release-c7d85921f85f0b4d.yaml new file mode 100644 index 000000000000..106fbc708f96 --- /dev/null +++ b/releasenotes/notes/0.15/0.15.0-release-c7d85921f85f0b4d.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + The 0.15.0 release includes several new features and bug fixes. Some + highlights for this release are: + + For the transpiler this release include the introduction of arbitrarty + basis translation to the transpiler. This includes support for directly + targetting a broader range of device basis sets, including backends + implementing the CZ and iSwap gates. + + The :class:`~qiskit.circuits.QuantumCircuit` class now tracks global + phase. diff --git a/releasenotes/notes/4500-barrier-counted-as-non-local-gate-6cb31d63a9052632.yaml b/releasenotes/notes/0.15/4500-barrier-counted-as-non-local-gate-6cb31d63a9052632.yaml similarity index 100% rename from releasenotes/notes/4500-barrier-counted-as-non-local-gate-6cb31d63a9052632.yaml rename to releasenotes/notes/0.15/4500-barrier-counted-as-non-local-gate-6cb31d63a9052632.yaml diff --git a/releasenotes/notes/4524-MCXVChain-gate-being-incorrectly-assembled-as-MCX-gate-df73b216e9777ecf.yaml b/releasenotes/notes/0.15/4524-MCXVChain-gate-being-incorrectly-assembled-as-MCX-gate-df73b216e9777ecf.yaml similarity index 100% rename from releasenotes/notes/4524-MCXVChain-gate-being-incorrectly-assembled-as-MCX-gate-df73b216e9777ecf.yaml rename to releasenotes/notes/0.15/4524-MCXVChain-gate-being-incorrectly-assembled-as-MCX-gate-df73b216e9777ecf.yaml diff --git a/releasenotes/notes/4573-Open-ControlledGates-not-marked-equivalent-729bc971c897ede3.yaml b/releasenotes/notes/0.15/4573-Open-ControlledGates-not-marked-equivalent-729bc971c897ede3.yaml similarity index 100% rename from releasenotes/notes/4573-Open-ControlledGates-not-marked-equivalent-729bc971c897ede3.yaml rename to releasenotes/notes/0.15/4573-Open-ControlledGates-not-marked-equivalent-729bc971c897ede3.yaml diff --git a/releasenotes/notes/Add-canonical-form-47e0466ed57640f3.yaml b/releasenotes/notes/0.15/Add-canonical-form-47e0466ed57640f3.yaml similarity index 100% rename from releasenotes/notes/Add-canonical-form-47e0466ed57640f3.yaml rename to releasenotes/notes/0.15/Add-canonical-form-47e0466ed57640f3.yaml diff --git a/releasenotes/notes/add-basistranslator-pass-d5e7de69ab9f20a1.yaml b/releasenotes/notes/0.15/add-basistranslator-pass-d5e7de69ab9f20a1.yaml similarity index 100% rename from releasenotes/notes/add-basistranslator-pass-d5e7de69ab9f20a1.yaml rename to releasenotes/notes/0.15/add-basistranslator-pass-d5e7de69ab9f20a1.yaml diff --git a/releasenotes/notes/0.15/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml b/releasenotes/notes/0.15/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml new file mode 100644 index 000000000000..8798fc5bcf28 --- /dev/null +++ b/releasenotes/notes/0.15/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + A new ``translation_method`` keyword argument has been added to + :func:`~qiskit.compiler.transpile` to allow selection of the method to be + used for translating circuits to the available device gates. For example, + ``transpile(circ, backend, translation_method='translator')``. Valid + choices are ``'unroller'`` to use the + :class:`~qiskit.transpiler.passes.Unroller` pass and ``'translator'`` to + use the :class:`~qiskit.transpiler.passes.BasisTranslator` pass. The + default value is ``'translator'``. diff --git a/releasenotes/notes/add-counts-class-7c75bd94d12a161a.yaml b/releasenotes/notes/0.15/add-counts-class-7c75bd94d12a161a.yaml similarity index 100% rename from releasenotes/notes/add-counts-class-7c75bd94d12a161a.yaml rename to releasenotes/notes/0.15/add-counts-class-7c75bd94d12a161a.yaml diff --git a/releasenotes/notes/add-dagcircuit-from-networkx-7815b9c575232b14.yaml b/releasenotes/notes/0.15/add-dagcircuit-from-networkx-7815b9c575232b14.yaml similarity index 100% rename from releasenotes/notes/add-dagcircuit-from-networkx-7815b9c575232b14.yaml rename to releasenotes/notes/0.15/add-dagcircuit-from-networkx-7815b9c575232b14.yaml diff --git a/releasenotes/notes/add-deprecate-rho-state-viz-7bcd3f4112f32823.yaml b/releasenotes/notes/0.15/add-deprecate-rho-state-viz-7bcd3f4112f32823.yaml similarity index 100% rename from releasenotes/notes/add-deprecate-rho-state-viz-7bcd3f4112f32823.yaml rename to releasenotes/notes/0.15/add-deprecate-rho-state-viz-7bcd3f4112f32823.yaml diff --git a/releasenotes/notes/add-init-qubits-option-ea1844f88fcddcf6.yaml b/releasenotes/notes/0.15/add-init-qubits-option-ea1844f88fcddcf6.yaml similarity index 100% rename from releasenotes/notes/add-init-qubits-option-ea1844f88fcddcf6.yaml rename to releasenotes/notes/0.15/add-init-qubits-option-ea1844f88fcddcf6.yaml diff --git a/releasenotes/notes/add-rep-delay-c97d5aa8fc9696da.yaml b/releasenotes/notes/0.15/add-rep-delay-c97d5aa8fc9696da.yaml similarity index 100% rename from releasenotes/notes/add-rep-delay-c97d5aa8fc9696da.yaml rename to releasenotes/notes/0.15/add-rep-delay-c97d5aa8fc9696da.yaml diff --git a/releasenotes/notes/add_quantumcircuit_phase-5006d1e930348d2e.yaml b/releasenotes/notes/0.15/add_quantumcircuit_phase-5006d1e930348d2e.yaml similarity index 100% rename from releasenotes/notes/add_quantumcircuit_phase-5006d1e930348d2e.yaml rename to releasenotes/notes/0.15/add_quantumcircuit_phase-5006d1e930348d2e.yaml diff --git a/releasenotes/notes/allowIntegerforQuantumRegisterSize-2e9a6cc033bc962e.yaml b/releasenotes/notes/0.15/allowIntegerforQuantumRegisterSize-2e9a6cc033bc962e.yaml similarity index 100% rename from releasenotes/notes/allowIntegerforQuantumRegisterSize-2e9a6cc033bc962e.yaml rename to releasenotes/notes/0.15/allowIntegerforQuantumRegisterSize-2e9a6cc033bc962e.yaml diff --git a/releasenotes/notes/ancilla-qubit-cdf5fb28373b8553.yaml b/releasenotes/notes/0.15/ancilla-qubit-cdf5fb28373b8553.yaml similarity index 100% rename from releasenotes/notes/ancilla-qubit-cdf5fb28373b8553.yaml rename to releasenotes/notes/0.15/ancilla-qubit-cdf5fb28373b8553.yaml diff --git a/releasenotes/notes/basis-translate-by-synthesis-7bdfa76cdb1eee91.yaml b/releasenotes/notes/0.15/basis-translate-by-synthesis-7bdfa76cdb1eee91.yaml similarity index 100% rename from releasenotes/notes/basis-translate-by-synthesis-7bdfa76cdb1eee91.yaml rename to releasenotes/notes/0.15/basis-translate-by-synthesis-7bdfa76cdb1eee91.yaml diff --git a/releasenotes/notes/broadcasting-discriminators-and-kernels-5e0f7083054b01a2.yaml b/releasenotes/notes/0.15/broadcasting-discriminators-and-kernels-5e0f7083054b01a2.yaml similarity index 100% rename from releasenotes/notes/broadcasting-discriminators-and-kernels-5e0f7083054b01a2.yaml rename to releasenotes/notes/0.15/broadcasting-discriminators-and-kernels-5e0f7083054b01a2.yaml diff --git a/releasenotes/notes/bugfix-set-frequency-29608d213a8cbece.yaml b/releasenotes/notes/0.15/bugfix-set-frequency-29608d213a8cbece.yaml similarity index 100% rename from releasenotes/notes/bugfix-set-frequency-29608d213a8cbece.yaml rename to releasenotes/notes/0.15/bugfix-set-frequency-29608d213a8cbece.yaml diff --git a/releasenotes/notes/change-pulse_lib-to-library-f8e76ff3136128ec.yaml b/releasenotes/notes/0.15/change-pulse_lib-to-library-f8e76ff3136128ec.yaml similarity index 100% rename from releasenotes/notes/change-pulse_lib-to-library-f8e76ff3136128ec.yaml rename to releasenotes/notes/0.15/change-pulse_lib-to-library-f8e76ff3136128ec.yaml diff --git a/releasenotes/notes/circuit-control-8734da01db4f92e5.yaml b/releasenotes/notes/0.15/circuit-control-8734da01db4f92e5.yaml similarity index 100% rename from releasenotes/notes/circuit-control-8734da01db4f92e5.yaml rename to releasenotes/notes/0.15/circuit-control-8734da01db4f92e5.yaml diff --git a/releasenotes/notes/circuit-repeat-8db21ef8d8c21cda.yaml b/releasenotes/notes/0.15/circuit-repeat-8db21ef8d8c21cda.yaml similarity index 100% rename from releasenotes/notes/circuit-repeat-8db21ef8d8c21cda.yaml rename to releasenotes/notes/0.15/circuit-repeat-8db21ef8d8c21cda.yaml diff --git a/releasenotes/notes/circuit-reverse-bits-ce1873a89b06e3df.yaml b/releasenotes/notes/0.15/circuit-reverse-bits-ce1873a89b06e3df.yaml similarity index 100% rename from releasenotes/notes/circuit-reverse-bits-ce1873a89b06e3df.yaml rename to releasenotes/notes/0.15/circuit-reverse-bits-ce1873a89b06e3df.yaml diff --git a/releasenotes/notes/combine-into-edge-map-279441b53ed4e790.yaml b/releasenotes/notes/0.15/combine-into-edge-map-279441b53ed4e790.yaml similarity index 100% rename from releasenotes/notes/combine-into-edge-map-279441b53ed4e790.yaml rename to releasenotes/notes/0.15/combine-into-edge-map-279441b53ed4e790.yaml diff --git a/releasenotes/notes/configurable-backend-af0623b43bdcc35e.yaml b/releasenotes/notes/0.15/configurable-backend-af0623b43bdcc35e.yaml similarity index 100% rename from releasenotes/notes/configurable-backend-af0623b43bdcc35e.yaml rename to releasenotes/notes/0.15/configurable-backend-af0623b43bdcc35e.yaml diff --git a/releasenotes/notes/converters-equivalence-library-registration-optional-266758d497d82ce3.yaml b/releasenotes/notes/0.15/converters-equivalence-library-registration-optional-266758d497d82ce3.yaml similarity index 100% rename from releasenotes/notes/converters-equivalence-library-registration-optional-266758d497d82ce3.yaml rename to releasenotes/notes/0.15/converters-equivalence-library-registration-optional-266758d497d82ce3.yaml diff --git a/releasenotes/notes/cregbundle-8c0ae7bd7875dd0f.yaml b/releasenotes/notes/0.15/cregbundle-8c0ae7bd7875dd0f.yaml similarity index 100% rename from releasenotes/notes/cregbundle-8c0ae7bd7875dd0f.yaml rename to releasenotes/notes/0.15/cregbundle-8c0ae7bd7875dd0f.yaml diff --git a/releasenotes/notes/deprecate-dag-qubits-method-0a61b37fa4a5bcd5.yaml b/releasenotes/notes/0.15/deprecate-dag-qubits-method-0a61b37fa4a5bcd5.yaml similarity index 100% rename from releasenotes/notes/deprecate-dag-qubits-method-0a61b37fa4a5bcd5.yaml rename to releasenotes/notes/0.15/deprecate-dag-qubits-method-0a61b37fa4a5bcd5.yaml diff --git a/releasenotes/notes/deprecate-get_sample_pulse-b97028b14317996c.yaml b/releasenotes/notes/0.15/deprecate-get_sample_pulse-b97028b14317996c.yaml similarity index 100% rename from releasenotes/notes/deprecate-get_sample_pulse-b97028b14317996c.yaml rename to releasenotes/notes/0.15/deprecate-get_sample_pulse-b97028b14317996c.yaml diff --git a/releasenotes/notes/deprecate-optional-condition-arg-7645c645c738e290.yaml b/releasenotes/notes/0.15/deprecate-optional-condition-arg-7645c645c738e290.yaml similarity index 100% rename from releasenotes/notes/deprecate-optional-condition-arg-7645c645c738e290.yaml rename to releasenotes/notes/0.15/deprecate-optional-condition-arg-7645c645c738e290.yaml diff --git a/releasenotes/notes/disable-default-plot-table-330705e3118fac6a.yaml b/releasenotes/notes/0.15/disable-default-plot-table-330705e3118fac6a.yaml similarity index 100% rename from releasenotes/notes/disable-default-plot-table-330705e3118fac6a.yaml rename to releasenotes/notes/0.15/disable-default-plot-table-330705e3118fac6a.yaml diff --git a/releasenotes/notes/disallow_num_ctrl_qubits_zero-eb102aa087f30250.yaml b/releasenotes/notes/0.15/disallow_num_ctrl_qubits_zero-eb102aa087f30250.yaml similarity index 100% rename from releasenotes/notes/disallow_num_ctrl_qubits_zero-eb102aa087f30250.yaml rename to releasenotes/notes/0.15/disallow_num_ctrl_qubits_zero-eb102aa087f30250.yaml diff --git a/releasenotes/notes/equiv-lib-draw-8f3c4bd897a2fa6c.yaml b/releasenotes/notes/0.15/equiv-lib-draw-8f3c4bd897a2fa6c.yaml similarity index 100% rename from releasenotes/notes/equiv-lib-draw-8f3c4bd897a2fa6c.yaml rename to releasenotes/notes/0.15/equiv-lib-draw-8f3c4bd897a2fa6c.yaml diff --git a/releasenotes/notes/fix-unrolling-open-ctrl-gate-4a72116526afb1fd.yaml b/releasenotes/notes/0.15/fix-unrolling-open-ctrl-gate-4a72116526afb1fd.yaml similarity index 100% rename from releasenotes/notes/fix-unrolling-open-ctrl-gate-4a72116526afb1fd.yaml rename to releasenotes/notes/0.15/fix-unrolling-open-ctrl-gate-4a72116526afb1fd.yaml diff --git a/releasenotes/notes/fix-zz-feature-map-barriers-ab1a2d930a6b5af1.yaml b/releasenotes/notes/0.15/fix-zz-feature-map-barriers-ab1a2d930a6b5af1.yaml similarity index 100% rename from releasenotes/notes/fix-zz-feature-map-barriers-ab1a2d930a6b5af1.yaml rename to releasenotes/notes/0.15/fix-zz-feature-map-barriers-ab1a2d930a6b5af1.yaml diff --git a/releasenotes/notes/implement-set-phase-b5581ad6085b3cec.yaml b/releasenotes/notes/0.15/implement-set-phase-b5581ad6085b3cec.yaml similarity index 100% rename from releasenotes/notes/implement-set-phase-b5581ad6085b3cec.yaml rename to releasenotes/notes/0.15/implement-set-phase-b5581ad6085b3cec.yaml diff --git a/releasenotes/notes/implement-shift-frequency-46d4ea16d8be2f58.yaml b/releasenotes/notes/0.15/implement-shift-frequency-46d4ea16d8be2f58.yaml similarity index 100% rename from releasenotes/notes/implement-shift-frequency-46d4ea16d8be2f58.yaml rename to releasenotes/notes/0.15/implement-shift-frequency-46d4ea16d8be2f58.yaml diff --git a/releasenotes/notes/large_gate_bugfix-cbf0b6f1dcfbd5dd.yaml b/releasenotes/notes/0.15/large_gate_bugfix-cbf0b6f1dcfbd5dd.yaml similarity index 100% rename from releasenotes/notes/large_gate_bugfix-cbf0b6f1dcfbd5dd.yaml rename to releasenotes/notes/0.15/large_gate_bugfix-cbf0b6f1dcfbd5dd.yaml diff --git a/releasenotes/notes/level0_RemoveResetInZeroState-942c0fb19cb6c087.yaml b/releasenotes/notes/0.15/level0_RemoveResetInZeroState-942c0fb19cb6c087.yaml similarity index 100% rename from releasenotes/notes/level0_RemoveResetInZeroState-942c0fb19cb6c087.yaml rename to releasenotes/notes/0.15/level0_RemoveResetInZeroState-942c0fb19cb6c087.yaml diff --git a/releasenotes/notes/line_length_remove_0.10-d13e5a15524e67c0.yaml b/releasenotes/notes/0.15/line_length_remove_0.10-d13e5a15524e67c0.yaml similarity index 100% rename from releasenotes/notes/line_length_remove_0.10-d13e5a15524e67c0.yaml rename to releasenotes/notes/0.15/line_length_remove_0.10-d13e5a15524e67c0.yaml diff --git a/releasenotes/notes/mpl-scaling-fix-823c3e3d3cb2d9d1.yaml b/releasenotes/notes/0.15/mpl-scaling-fix-823c3e3d3cb2d9d1.yaml similarity index 100% rename from releasenotes/notes/mpl-scaling-fix-823c3e3d3cb2d9d1.yaml rename to releasenotes/notes/0.15/mpl-scaling-fix-823c3e3d3cb2d9d1.yaml diff --git a/releasenotes/notes/op_tolerance_dep-d0d931f029e27a44.yaml b/releasenotes/notes/0.15/op_tolerance_dep-d0d931f029e27a44.yaml similarity index 100% rename from releasenotes/notes/op_tolerance_dep-d0d931f029e27a44.yaml rename to releasenotes/notes/0.15/op_tolerance_dep-d0d931f029e27a44.yaml diff --git a/releasenotes/notes/parameter-conjugate-a16fd7ae0dc18ede.yaml b/releasenotes/notes/0.15/parameter-conjugate-a16fd7ae0dc18ede.yaml similarity index 100% rename from releasenotes/notes/parameter-conjugate-a16fd7ae0dc18ede.yaml rename to releasenotes/notes/0.15/parameter-conjugate-a16fd7ae0dc18ede.yaml diff --git a/releasenotes/notes/phase-estimation-circuit-c22d71d88873aa77.yaml b/releasenotes/notes/0.15/phase-estimation-circuit-c22d71d88873aa77.yaml similarity index 100% rename from releasenotes/notes/phase-estimation-circuit-c22d71d88873aa77.yaml rename to releasenotes/notes/0.15/phase-estimation-circuit-c22d71d88873aa77.yaml diff --git a/releasenotes/notes/pylatexenc-matplotlib-428f285f4cfd2d7c.yaml b/releasenotes/notes/0.15/pylatexenc-matplotlib-428f285f4cfd2d7c.yaml similarity index 100% rename from releasenotes/notes/pylatexenc-matplotlib-428f285f4cfd2d7c.yaml rename to releasenotes/notes/0.15/pylatexenc-matplotlib-428f285f4cfd2d7c.yaml diff --git a/releasenotes/notes/qasm_remove_0.9-7150d53da8eebfd8.yaml b/releasenotes/notes/0.15/qasm_remove_0.9-7150d53da8eebfd8.yaml similarity index 100% rename from releasenotes/notes/qasm_remove_0.9-7150d53da8eebfd8.yaml rename to releasenotes/notes/0.15/qasm_remove_0.9-7150d53da8eebfd8.yaml diff --git a/releasenotes/notes/qsphere-state-display-819cc1e3e61314a2.yaml b/releasenotes/notes/0.15/qsphere-state-display-819cc1e3e61314a2.yaml similarity index 100% rename from releasenotes/notes/qsphere-state-display-819cc1e3e61314a2.yaml rename to releasenotes/notes/0.15/qsphere-state-display-819cc1e3e61314a2.yaml diff --git a/releasenotes/notes/quadratic-form-circuit-f0ddb1694960cbc1.yaml b/releasenotes/notes/0.15/quadratic-form-circuit-f0ddb1694960cbc1.yaml similarity index 100% rename from releasenotes/notes/quadratic-form-circuit-f0ddb1694960cbc1.yaml rename to releasenotes/notes/0.15/quadratic-form-circuit-f0ddb1694960cbc1.yaml diff --git a/releasenotes/notes/quantum_state_expval-18359552aab42343.yaml b/releasenotes/notes/0.15/quantum_state_expval-18359552aab42343.yaml similarity index 100% rename from releasenotes/notes/quantum_state_expval-18359552aab42343.yaml rename to releasenotes/notes/0.15/quantum_state_expval-18359552aab42343.yaml diff --git a/releasenotes/notes/quantumcircuit-compose-without-dag-b19e518a8f2fbeb0.yaml b/releasenotes/notes/0.15/quantumcircuit-compose-without-dag-b19e518a8f2fbeb0.yaml similarity index 100% rename from releasenotes/notes/quantumcircuit-compose-without-dag-b19e518a8f2fbeb0.yaml rename to releasenotes/notes/0.15/quantumcircuit-compose-without-dag-b19e518a8f2fbeb0.yaml diff --git a/releasenotes/notes/remove-channels-to-plot-argument-388c6b33ed00b0d6.yaml b/releasenotes/notes/0.15/remove-channels-to-plot-argument-388c6b33ed00b0d6.yaml similarity index 100% rename from releasenotes/notes/remove-channels-to-plot-argument-388c6b33ed00b0d6.yaml rename to releasenotes/notes/0.15/remove-channels-to-plot-argument-388c6b33ed00b0d6.yaml diff --git a/releasenotes/notes/remove-circuit-instruction-map-37fb34c3b5fe033c.yaml b/releasenotes/notes/0.15/remove-circuit-instruction-map-37fb34c3b5fe033c.yaml similarity index 100% rename from releasenotes/notes/remove-circuit-instruction-map-37fb34c3b5fe033c.yaml rename to releasenotes/notes/0.15/remove-circuit-instruction-map-37fb34c3b5fe033c.yaml diff --git a/releasenotes/notes/remove-deprecated-pulse-code-9ec2dba175058c5f.yaml b/releasenotes/notes/0.15/remove-deprecated-pulse-code-9ec2dba175058c5f.yaml similarity index 100% rename from releasenotes/notes/remove-deprecated-pulse-code-9ec2dba175058c5f.yaml rename to releasenotes/notes/0.15/remove-deprecated-pulse-code-9ec2dba175058c5f.yaml diff --git a/releasenotes/notes/remove-deprecated-pulse-commands-18381c59264090dd.yaml b/releasenotes/notes/0.15/remove-deprecated-pulse-commands-18381c59264090dd.yaml similarity index 100% rename from releasenotes/notes/remove-deprecated-pulse-commands-18381c59264090dd.yaml rename to releasenotes/notes/0.15/remove-deprecated-pulse-commands-18381c59264090dd.yaml diff --git a/releasenotes/notes/remove-deprecated-qi-b7d5a8ca00849b02.yaml b/releasenotes/notes/0.15/remove-deprecated-qi-b7d5a8ca00849b02.yaml similarity index 100% rename from releasenotes/notes/remove-deprecated-qi-b7d5a8ca00849b02.yaml rename to releasenotes/notes/0.15/remove-deprecated-qi-b7d5a8ca00849b02.yaml diff --git a/releasenotes/notes/remove-iplot-150c97e5a4d399e4.yaml b/releasenotes/notes/0.15/remove-iplot-150c97e5a4d399e4.yaml similarity index 100% rename from releasenotes/notes/remove-iplot-150c97e5a4d399e4.yaml rename to releasenotes/notes/0.15/remove-iplot-150c97e5a4d399e4.yaml diff --git a/releasenotes/notes/remove-marshmallow-validation-283fa62b3acc51e4.yaml b/releasenotes/notes/0.15/remove-marshmallow-validation-283fa62b3acc51e4.yaml similarity index 100% rename from releasenotes/notes/remove-marshmallow-validation-283fa62b3acc51e4.yaml rename to releasenotes/notes/0.15/remove-marshmallow-validation-283fa62b3acc51e4.yaml diff --git a/releasenotes/notes/remove-multi-acquires-747701103ddd816c.yaml b/releasenotes/notes/0.15/remove-multi-acquires-747701103ddd816c.yaml similarity index 100% rename from releasenotes/notes/remove-multi-acquires-747701103ddd816c.yaml rename to releasenotes/notes/0.15/remove-multi-acquires-747701103ddd816c.yaml diff --git a/releasenotes/notes/remove-use_networkx-e1c846a9f8f2ff6a.yaml b/releasenotes/notes/0.15/remove-use_networkx-e1c846a9f8f2ff6a.yaml similarity index 100% rename from releasenotes/notes/remove-use_networkx-e1c846a9f8f2ff6a.yaml rename to releasenotes/notes/0.15/remove-use_networkx-e1c846a9f8f2ff6a.yaml diff --git a/releasenotes/notes/rename-rescheduler-d4210a234714ed5d.yaml b/releasenotes/notes/0.15/rename-rescheduler-d4210a234714ed5d.yaml similarity index 100% rename from releasenotes/notes/rename-rescheduler-d4210a234714ed5d.yaml rename to releasenotes/notes/0.15/rename-rescheduler-d4210a234714ed5d.yaml diff --git a/releasenotes/notes/rename-samplepulse-to-waveform-add2c0482623f752.yaml b/releasenotes/notes/0.15/rename-samplepulse-to-waveform-add2c0482623f752.yaml similarity index 100% rename from releasenotes/notes/rename-samplepulse-to-waveform-add2c0482623f752.yaml rename to releasenotes/notes/0.15/rename-samplepulse-to-waveform-add2c0482623f752.yaml diff --git a/releasenotes/notes/sabre-2a3bba505e48ee82.yaml b/releasenotes/notes/0.15/sabre-2a3bba505e48ee82.yaml similarity index 100% rename from releasenotes/notes/sabre-2a3bba505e48ee82.yaml rename to releasenotes/notes/0.15/sabre-2a3bba505e48ee82.yaml diff --git a/releasenotes/notes/statevector-reset-3c819d1e2d598cc4.yaml b/releasenotes/notes/0.15/statevector-reset-3c819d1e2d598cc4.yaml similarity index 100% rename from releasenotes/notes/statevector-reset-3c819d1e2d598cc4.yaml rename to releasenotes/notes/0.15/statevector-reset-3c819d1e2d598cc4.yaml diff --git a/releasenotes/notes/support-substituting-parameterexpression-5f140ba243ba126a.yaml b/releasenotes/notes/0.15/support-substituting-parameterexpression-5f140ba243ba126a.yaml similarity index 100% rename from releasenotes/notes/support-substituting-parameterexpression-5f140ba243ba126a.yaml rename to releasenotes/notes/0.15/support-substituting-parameterexpression-5f140ba243ba126a.yaml diff --git a/releasenotes/notes/to_gate_label-d825a2997a504604.yaml b/releasenotes/notes/0.15/to_gate_label-d825a2997a504604.yaml similarity index 100% rename from releasenotes/notes/to_gate_label-d825a2997a504604.yaml rename to releasenotes/notes/0.15/to_gate_label-d825a2997a504604.yaml diff --git a/releasenotes/notes/transformationpass_propertyset-3d1d9aedad9860be.yaml b/releasenotes/notes/0.15/transformationpass_propertyset-3d1d9aedad9860be.yaml similarity index 100% rename from releasenotes/notes/transformationpass_propertyset-3d1d9aedad9860be.yaml rename to releasenotes/notes/0.15/transformationpass_propertyset-3d1d9aedad9860be.yaml diff --git a/releasenotes/notes/transpiler_fails_with_condition-9b4b4d66406548f0.yaml b/releasenotes/notes/0.15/transpiler_fails_with_condition-9b4b4d66406548f0.yaml similarity index 100% rename from releasenotes/notes/transpiler_fails_with_condition-9b4b4d66406548f0.yaml rename to releasenotes/notes/0.15/transpiler_fails_with_condition-9b4b4d66406548f0.yaml diff --git a/releasenotes/notes/updated_mpl_drawer-1498741fc64ac42a.yaml b/releasenotes/notes/0.15/updated_mpl_drawer-1498741fc64ac42a.yaml similarity index 100% rename from releasenotes/notes/updated_mpl_drawer-1498741fc64ac42a.yaml rename to releasenotes/notes/0.15/updated_mpl_drawer-1498741fc64ac42a.yaml diff --git a/releasenotes/notes/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml b/releasenotes/notes/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml deleted file mode 100644 index 897457c60ad4..000000000000 --- a/releasenotes/notes/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -prelude: - The transpiler now supports directly targeting a broader range of - device basis sets, including backends implementing the CZ and - iSwap gates. -features: - - | - A new ``translation_method`` keyword argument has been added to - ``qiskit.transpile`` to allow selection of the method to be used - for translating circuits to the available device gates. For example, - ``transpile(circ, backend, translation_method='translator')``. Valid - choices are ``'unroller'`` to use the ``Unroller`` pass and - ``'translator'`` to use the ``BasisTranslator`` pass. The default value - is ``'translator'``.