diff --git a/releasenotes/notes/fix-control-flow-convert-to-target-ae838418a7ad2a20.yaml b/releasenotes/notes/fix-control-flow-convert-to-target-ae838418a7ad2a20.yaml index be29520fad89..cc9c24f9d329 100644 --- a/releasenotes/notes/fix-control-flow-convert-to-target-ae838418a7ad2a20.yaml +++ b/releasenotes/notes/fix-control-flow-convert-to-target-ae838418a7ad2a20.yaml @@ -1,9 +1,9 @@ --- fixes: - | - Fixed an issue with the :func:`.convert_to_target` where the converter + Fixed an issue with :func:`.convert_to_target` where the converter would incorrectly ignore control flow instructions if they were specified - in the :attr:`.BackendConfiguration.supported_instructions` attribute which + in the :attr:`.BackendConfiguration.supported_instructions` attribute, which is the typical location that control flow instructions are specified in a :class:`.BackendConfiguration` object. Fixed `#11872 `__. diff --git a/releasenotes/notes/fix-v2-conversion-with-defective-backend-6d9cebe55b06b797.yaml b/releasenotes/notes/fix-v2-conversion-with-defective-backend-6d9cebe55b06b797.yaml index a62f8d4d64df..222d66cd8a00 100644 --- a/releasenotes/notes/fix-v2-conversion-with-defective-backend-6d9cebe55b06b797.yaml +++ b/releasenotes/notes/fix-v2-conversion-with-defective-backend-6d9cebe55b06b797.yaml @@ -1,6 +1,6 @@ --- fixes: - | - Update properties and configuration information of :class:`.FakeOpenPulse2Q` backend. + Updated properties and configuration information of the :class:`.FakeOpenPulse2Q` backend. Missing gate properties were added for some gates defined in the pulse - defaults so that the gates defined in the two locations were consistent. + defaults so that the gates defined in the two locations are consistent. diff --git a/releasenotes/notes/fix_tools-6755ae52411c1970.yaml b/releasenotes/notes/fix_tools-6755ae52411c1970.yaml index 177613f90b9d..38366e097004 100644 --- a/releasenotes/notes/fix_tools-6755ae52411c1970.yaml +++ b/releasenotes/notes/fix_tools-6755ae52411c1970.yaml @@ -1,8 +1,8 @@ --- fixes: - | - The monitoring tools :mod:`qiskit.tools.monitor` (included in the now deprecated :mod:`qiskit.tools`) - got a fixing refresh. The function :func:`~qiskit.tools.monitor.job_monitor` now works with - :class:`~.RuntimeJob`. The functions - :func:`~qiskit.tools.monitor.backend_overview` and - :func:`~qiskit.tools.monitor.backend_monitor` are now working. + The monitoring tools module :mod:`qiskit.tools.monitor` (included in the now deprecated module :mod:`qiskit.tools`) + has been updated to work as expected. The function :func:`~qiskit.tools.job_monitor` now works with + :class:`~qiskit.providers.job.Job` instances. The functions + :func:`~qiskit.tools.backend_overview` and + :func:`~qiskit.tools.backend_monitor` should now work as expected.