qiskit.chemistry.algorithms.GroundStateSolver.returns_groundstate¶ abstract GroundStateSolver.returns_groundstate()[source]¶ Whether this class returns only the ground state energy or also the ground state itself. Return type bool Returns True, if this class also returns the ground state in the results object. False otherwise.