forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow list of optimizers+initial points in
VQD
(Qiskit#9151)
* test commit * added optional lists of init ial point and optimizer * fixed initial points and add more compact expressions * fixed bug initial_point input * fix initial points * formatting * fix none initial point * Added releasenote * Ensure initial_point sampled once only if None * moved release note * Update typehints * Update typehints * Update typehints * Update typehints * Update typehints * Apply suggestions from code review * Fix conflict, add test * Fix black * Update releasenotes/notes/vqd-list-initial-points-list-optimizers-033d7439f86bbb71.yaml --------- Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: ElePT <[email protected]> Co-authored-by: ElePT <[email protected]>
- Loading branch information
1 parent
b2518b6
commit f581e6e
Showing
3 changed files
with
96 additions
and
22 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/vqd-list-initial-points-list-optimizers-033d7439f86bbb71.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 @@ | ||
--- | ||
features: | ||
- | | ||
Added extensions to the :class:`~.eigensolvers.VQD` algorithm, which allow | ||
to pass a list of optimizers and initial points for the different | ||
minimization runs. For example, the ``k``-th initial point and | ||
``k``-th optimizer will be used for the optimization of the | ||
``k-1``-th exicted state. | ||
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