GroundStateEigensolver¶
-
class
GroundStateEigensolver
(transformation, solver)[source]¶ Bases:
qiskit.chemistry.algorithms.ground_state_solvers.ground_state_solver.GroundStateSolver
Ground state computation using a minimum eigensolver.
- Parameters
transformation (
Transformation
) – Qubit Operator Transformationsolver (
Union
[MinimumEigensolver
,MinimumEigensolverFactory
]) – Minimum Eigensolver or MESFactory object, e.g. the VQEUCCSDFactory.
Methods
Evaluates additional operators at the given state.
Whether the eigensolver returns the ground state or only ground state energy.
Compute Ground State properties.
Attributes
-
solver
¶ Returns the minimum eigensolver or factory.
- Return type
Union
[MinimumEigensolver
,MinimumEigensolverFactory
]
-
transformation
¶ Returns the transformation used to obtain a qubit operator from the molecule.
- Return type
Transformation