-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 0.22.4 * Revert changes in unrelated renos * Fix typos in 0.22.4 notes * Fix underscores in link Co-authored-by: Jake Lishman <[email protected]> * Fixup last release notes Co-authored-by: Jake Lishman <[email protected]> Co-authored-by: Jake Lishman <[email protected]>
- Loading branch information
1 parent
13e1ff6
commit 23ec902
Showing
14 changed files
with
61 additions
and
59 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.22.3 | ||
0.22.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug of :class:`~.BackendSampler` that raises an error | ||
if :meth:`~.BackendSampler.run` method is called two times sequentially. | ||
Fixed a bug in :class:`~.BackendSampler` that raised an error | ||
if its :meth:`~.BackendSampler.run` method was called two times sequentially. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/fix-primitives-numpy-parameters-1589d997864dfb37.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed the problem in which primitives did not work when passing a circuit with ``numpy.ndarray`` | ||
as a parameter. | ||
Fixed the problem in which primitives, :class:`.Sampler` and :class:`.Estimator`, did not | ||
work when passed a circuit with ``numpy.ndarray`` as a parameter. |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/fix-sampling-vqe-aggregation-107e3983147c57bc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in :class:`.SamplingVQE` where the ``aggregation`` did not have an effect. | ||
Now the aggregation function and CVaR expectation value can correctly be specified. | ||
Fixed a bug in :class:`.SamplingVQE` where the ``aggregation`` argument did not have an effect. | ||
Now the aggregation function and, with it, the CVaR expectation value can correctly be specified. |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/fix-sampling-vqe-performance-b5bfe92c2d3e10ab.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a performance bug that :class:`.SamplingVQE` evaluated the energies of eigenstates | ||
in a slow way. | ||
Fixed a performance bug where :class:`.SamplingVQE` evaluated the energies of eigenstates | ||
in a slow manner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed existing betas autoevaluation code on class | ||
Fixed the autoevaluation of the beta parameters in | ||
:class:`~qiskit.algorithms.eigensolvers.VQD`, added support for | ||
:class:`~qiskit.quantum_info.SparsePauliOp` inputs, and fixed | ||
the energy evaluation function to leverage the async execution | ||
the energy evaluation function to leverage the asynchronous execution | ||
of primitives, by only retrieving the job results after both | ||
jobs have been submitted. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
prelude: > | ||
Qiskit Terra 0.22.4 is a minor bugfix release, fixing some bugs identified in the 0.22 series. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters