-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stable] Prepare 0.1.4 release (#265)
* Prepare 0.1.4 release * Deprecated Location: Improve Windows compatibility (pathlib) for psi4 (#266) * Update AdaptVQE to new, stateless VQE (#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]> * Bump Terra min. requirement Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: Steve Wood <[email protected]>
- Loading branch information
1 parent
c513477
commit db87b4c
Showing
5 changed files
with
27 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.3 | ||
0.1.4 |
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
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. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
qiskit-terra>=0.17.0 | ||
qiskit-terra>=0.18.0 | ||
scipy>=1.4 | ||
numpy>=1.17 | ||
psutil>=5 | ||
|