-
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.
* Add parameter batching * Add spsa to tests * Add reno * Remove batch size from evals * Apply suggestions from code review * Apply suggestion from code review * Update tests * Delete Untitled.ipynb * Fix batch size SPSA * Small fixes * fix batching * update test * Update reno * Change SPSA test * Apply reno suggestion Co-authored-by: Julien Gacon <gaconju@gmail.com> --------- Co-authored-by: Julien Gacon <gaconju@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ecb6f9a
commit 061aee2
Showing
3 changed files
with
35 additions
and
19 deletions.
There are no files selected for viewing
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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-vqd-with-spsa-optimizers-9ed02b80f26e8abf.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
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 <https://github.com/Qiskit/qiskit-terra/issues/9500>`__. |
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