PySCFGroundStateSolver.solve#
- PySCFGroundStateSolver.solve(problem, aux_operators=None)[source]#
Finds the ground-state of the provided problem.
This method is written to match the
GroundStateSolver
API of Qiskit Nature but it does not support the evaluation ofaux_operators
and will ignore them. It is also only capable of solving anElectronicStructureProblem
and will raise an error if another problem object is provided.- Parameters:
- Raises:
TypeError – if a problem other than an
ElectronicStructureProblem
is provided.- Returns:
The interpreted result object in Qiskit Nature format.
- Return type:
ElectronicStructureResult