forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Fix betas * Add async * Fix seed test * Fix lint * Add reno * Add enumerate Co-authored-by: Julien Gacon <gaconju@gmail.com> * Apply suggestions Julien * Fix lint 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
8928c7f
commit 28ed359
Showing
3 changed files
with
89 additions
and
56 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
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/fix-vqd-betas-async-df99ab6e26e9da1e.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,10 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed existing betas autoevaluation code on class | ||
: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 | ||
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