forked from qiskit-community/qiskit-nature
-
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.
Update AdaptVQE to new, stateless VQE (qiskit-community#222)
* fix AdaptVQE which previously used the (now deleted) internal method _evaluate_energy of the VQE * add reno Co-authored-by: Steve Wood <[email protected]>
- Loading branch information
1 parent
fbcfb09
commit 4fe4a5c
Showing
2 changed files
with
8 additions
and
4 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
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,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix :class:`~qiskit_nature.algorithms.AdaptVQE` after the update of | ||
:class:`~qiskit.algorithms.VQE` which deleted the internal ``_energy_evaluation`` | ||
method that Adapt-VQE was relying on. |