Skip to content

Commit 41287cb

Browse files
Merge pull request #2 from Qiskit/master
Fix chemistry renos and move 0.8 renos to a subfolder (qiskit-community#1369)
2 parents 63e8230 + 2734384 commit 41287cb

File tree

58 files changed

+30
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+30
-45
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
A new algorithm has been added: the Born Openheimer Potential Energy surface for the
5+
calculation of potential energy surface along different degrees of freedom of the molecule.
6+
The algorithm is called ``BOPESSampler``. It further provides functionalities of fitting the
7+
potential energy surface to an analytic function of predefined potentials.some details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
In addition to the workflows for solving Fermionic problems, interfaces for calculating
5+
Bosonic ground and excited states have been added. In particular we introduced a full
6+
interface for running vibronic structure calculations.
7+
deprecations:
8+
- TransformationType
9+
- QubitMappingType
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
features:
3+
- |
4+
An interface for excited states calculation has been added to the chemistry module.
5+
It is now easier for the user to create a general excited states calculation.
6+
This calculation is based on a ``Driver`` which provides the relevant information
7+
about the molecule, a ``Transformation`` which provides the information about the
8+
mapping of the problem into a qubit Hamiltonian, and finally a Solver.
9+
The Solver is the specific way which the excited states calculation is done
10+
(the algorithm). This structure follows the one of the ground state calculations.
11+
The results are modified to take lists of expectation values instead of a single one.
12+
The ``QEOM`` and ``NumpyEigensolver`` are adapted to the new structure.
13+
A factory is introduced to run a numpy eigensolver with a specific filter
14+
(to target states of specific symmetries).

releasenotes/notes/bosonic_interface-3065369ddfe9a6e2.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

releasenotes/notes/excited-states-interface-a7ac8ae621b35daa.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)