GroundStateSolver¶
-
class
GroundStateSolver
(transformation)[source]¶ Bases:
abc.ABC
The ground state calculation interface
- Parameters
transformation (
Transformation
) – transformation from driver to qubit operator (and aux. operators)
Methods
Evaluates additional operators at the given state.
Whether this class returns only the ground state energy or also the ground state itself.
Compute the ground state energy of the molecule that was supplied via the driver.
Attributes
-
transformation
¶ Returns the transformation used to obtain a qubit operator from the molecule.
- Return type
Transformation