This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix chemistry renos and move 0.8 renos to a subfolder (#1369)
* add bopes sampler reno * mv 0.8 renos to own folder * fix chemistry renos
- Loading branch information
Showing
58 changed files
with
30 additions
and
45 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
--- | ||
features: | ||
- | | ||
A new algorithm has been added: the Born Openheimer Potential Energy surface for the | ||
calculation of potential energy surface along different degrees of freedom of the molecule. | ||
The algorithm is called ``BOPESSampler``. It further provides functionalities of fitting the | ||
potential energy surface to an analytic function of predefined potentials.some details. |
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/0.8/bosonic_interface-3065369ddfe9a6e2.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,9 @@ | ||
--- | ||
features: | ||
- | | ||
In addition to the workflows for solving Fermionic problems, interfaces for calculating | ||
Bosonic ground and excited states have been added. In particular we introduced a full | ||
interface for running vibronic structure calculations. | ||
deprecations: | ||
- TransformationType | ||
- QubitMappingType |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
releasenotes/notes/0.8/excited-states-interface-a7ac8ae621b35daa.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,14 @@ | ||
--- | ||
features: | ||
- | | ||
An interface for excited states calculation has been added to the chemistry module. | ||
It is now easier for the user to create a general excited states calculation. | ||
This calculation is based on a ``Driver`` which provides the relevant information | ||
about the molecule, a ``Transformation`` which provides the information about the | ||
mapping of the problem into a qubit Hamiltonian, and finally a Solver. | ||
The Solver is the specific way which the excited states calculation is done | ||
(the algorithm). This structure follows the one of the ground state calculations. | ||
The results are modified to take lists of expectation values instead of a single one. | ||
The ``QEOM`` and ``NumpyEigensolver`` are adapted to the new structure. | ||
A factory is introduced to run a numpy eigensolver with a specific filter | ||
(to target states of specific symmetries). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions
25
releasenotes/notes/bosonic_interface-3065369ddfe9a6e2.yaml
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
releasenotes/notes/excited-states-interface-a7ac8ae621b35daa.yaml
This file was deleted.
Oops, something went wrong.