Skip to content

Commit

Permalink
37 implement a termination criterion for qiskit algorithms spsa (#38)
Browse files Browse the repository at this point in the history
* add a termination criterion for qiskit_algorithm's SPSA optimizer

* update the example notebook for using the ibm runtime
  • Loading branch information
dleidreiter authored May 29, 2024
1 parent a83113f commit 5619f4e
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 211 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Current version: 0.2.0
- Add the ability to initialize EVQE individuals with more than one circuit layer ([Issue #26])
- Added the ability to use the Critival Value at Risk instead of the Expectation Value ([Issue #32])
- Added JSON serialization classes to enable the serialization of EvolvingAnsatzMinimumEigensolverResults ([Issue #35])
- Added a termination criterion for qiskit_algorithm's SPSA optimizer ([Issue #37])

### Fixed

Expand All @@ -34,6 +35,7 @@ Current version: 0.2.0

- Initial codeless pypi commit

[Issue #37]: https://github.com/DLR-RB/QUEASARS/issues/37
[Issue #35]: https://github.com/DLR-RB/QUEASARS/issues/35
[Issue #32]: https://github.com/DLR-RB/QUEASARS/issues/32
[Issue #31]: https://github.com/DLR-RB/QUEASARS/issues/31
Expand Down
Loading

0 comments on commit 5619f4e

Please sign in to comment.