diff --git a/Cargo.lock b/Cargo.lock index 40532f7b8f96..f22a7ae860c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "qiskit-terra" -version = "0.23.1" +version = "0.23.2" dependencies = [ "ahash 0.8.0", "hashbrown 0.12.3", diff --git a/Cargo.toml b/Cargo.toml index f2881fdb42f7..a92d930cb7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qiskit-terra" -version = "0.23.1" +version = "0.23.2" edition = "2021" rust-version = "1.56.1" diff --git a/docs/conf.py b/docs/conf.py index b3f7f316d98f..c9e91d27dda0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = "0.23" # The full version, including alpha/beta/rc tags -release = "0.23.1" +release = "0.23.2" extensions = [ "sphinx.ext.napoleon", diff --git a/qiskit/VERSION.txt b/qiskit/VERSION.txt index 610e28725be0..fda96dcf6304 100644 --- a/qiskit/VERSION.txt +++ b/qiskit/VERSION.txt @@ -1 +1 @@ -0.23.1 +0.23.2 diff --git a/releasenotes/notes/add-gates-to-Clifford-class-7de8d3213c60836a.yaml b/releasenotes/notes/add-gates-to-Clifford-class-7de8d3213c60836a.yaml index 02cf9aa8348f..b67ce278914e 100644 --- a/releasenotes/notes/add-gates-to-Clifford-class-7de8d3213c60836a.yaml +++ b/releasenotes/notes/add-gates-to-Clifford-class-7de8d3213c60836a.yaml @@ -1,10 +1,10 @@ --- fixes: - | - Add the following Clifford gates, that already exist in the Circuit Library, + Add the following Clifford gates, that already exist in the circuit library, to the :class:`.Clifford` class: :class:`.SXGate`, :class:`.SXdgGate`, :class:`.CYGate`, :class:`.DCXGate`, :class:`.iSwapGate` and :class:`.ECRGate`. - | Add a decomposition of an :class:`.ECRGate` into Clifford gates (up to a global phase) - into the :class:`.EquivalenceLibrary`. + to the standard equivalence library. diff --git a/releasenotes/notes/fix-backendv2-converter-simulator-e8f150d1fd6861fe.yaml b/releasenotes/notes/fix-backendv2-converter-simulator-e8f150d1fd6861fe.yaml index 44d6ffdd9e0f..d89815fbbef0 100644 --- a/releasenotes/notes/fix-backendv2-converter-simulator-e8f150d1fd6861fe.yaml +++ b/releasenotes/notes/fix-backendv2-converter-simulator-e8f150d1fd6861fe.yaml @@ -2,8 +2,8 @@ fixes: - | Fixed an issue with the :class:`~.BackendV2Converter` class when wrapping - a :class:`~.BackendV1` based simulator which would error if either + a :class:`~.BackendV1`-based simulator. It would error if either the ``online_date`` field in the :class:`~.BackendConfiguration` for the - simulator was not present or if the simulator backend supports ideal + simulator was not present or if the simulator backend supported ideal implementations of gates that involve more than 1 qubit. - Fixed `#9562 `__ + Fixed `#9562 `__. diff --git a/releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml b/releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml index b6d050b206ca..50e10defb866 100644 --- a/releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml +++ b/releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml @@ -1,9 +1,9 @@ --- fixes: - | - Fixed a bug of wrong return value of the method :meth:`BackendV2Converter.meas_map` - that had returned backend `dt` instead. + Fixed an incorrect return value of the method :meth:`.BackendV2Converter.meas_map` + that had returned the backend ``dt`` instead. - | - Fixed a bug of missing return value from methods :meth:`BackendV2Converter.drive_channel`, - :meth:`BackendV2Converter.measure_channel`, :meth:`BackendV2Converter.acquire_channel` and - :meth:`BackendV2Converter.control_channel`. + Fixed missing return values from the methods :meth:`.BackendV2Converter.drive_channel`, + :meth:`~.BackendV2Converter.measure_channel`, :meth:`~.BackendV2Converter.acquire_channel` and + :meth:`~.BackendV2Converter.control_channel`. diff --git a/releasenotes/notes/fix-instmap-from-target-f38962c3fd03e5d3.yaml b/releasenotes/notes/fix-instmap-from-target-f38962c3fd03e5d3.yaml index a94e629fc306..597b1c56deac 100644 --- a/releasenotes/notes/fix-instmap-from-target-f38962c3fd03e5d3.yaml +++ b/releasenotes/notes/fix-instmap-from-target-f38962c3fd03e5d3.yaml @@ -4,4 +4,4 @@ fixes: Fixed an issue with the :meth:`.InstructionScheduleMap.has_custom_gate` method, where it would always return ``True`` when the :class:`~.InstructionScheduleMap` object was created by :class:`.Target`. - Fixed `#9595 `__ + Fixed `#9595 `__. diff --git a/releasenotes/notes/fix-vqd-with-spsa-optimizers-9ed02b80f26e8abf.yaml b/releasenotes/notes/fix-vqd-with-spsa-optimizers-9ed02b80f26e8abf.yaml index 268c2dc026ce..91d5083a29af 100644 --- a/releasenotes/notes/fix-vqd-with-spsa-optimizers-9ed02b80f26e8abf.yaml +++ b/releasenotes/notes/fix-vqd-with-spsa-optimizers-9ed02b80f26e8abf.yaml @@ -4,4 +4,4 @@ fixes: Fixed a bug in the :class:`~.eigensolvers.VQD` algorithm where the energy evaluation function could not process batches of parameters, making it incompatible with optimizers with ``max_evals_grouped>1``. - See `#9500 `__. + Fixed `#9500 `__. diff --git a/releasenotes/notes/prepare-0.23.2-80519f083ae7086c.yaml b/releasenotes/notes/prepare-0.23.2-80519f083ae7086c.yaml new file mode 100644 index 000000000000..d1ae253ce92e --- /dev/null +++ b/releasenotes/notes/prepare-0.23.2-80519f083ae7086c.yaml @@ -0,0 +1,3 @@ +--- +prelude: > + The Qiskit Terra 0.23.2 patch release fixes further bugs identified in the 0.23 series. diff --git a/releasenotes/notes/qnspsa-float-bug-fix-4035f7e1eb61dec2.yaml b/releasenotes/notes/qnspsa-float-bug-fix-4035f7e1eb61dec2.yaml index b5e6f63833b4..35395b4a8425 100644 --- a/releasenotes/notes/qnspsa-float-bug-fix-4035f7e1eb61dec2.yaml +++ b/releasenotes/notes/qnspsa-float-bug-fix-4035f7e1eb61dec2.yaml @@ -2,4 +2,4 @@ fixes: - | Fixed bug in :class:`.QNSPSA` which raised a type error when the computed fidelities - happened to be integers but the perturbation was of type float. + happened to be of type ``int`` but the perturbation was of type ``float``. diff --git a/setup.py b/setup.py index 56e5f466be10..bd35824ff619 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( name="qiskit-terra", - version="0.23.1", + version="0.23.2", description="Software for developing quantum computing programs", long_description=README, long_description_content_type="text/markdown",