Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

qiskit.algorithms.MinimumEigensolverResult

class MinimumEigensolverResult

GitHub

Minimum Eigensolver Result.

__init__

__init__()

Initialize self. See help(type(self)) for accurate signature.


Methods

__init__()Initialize self.
combine(result)Any property from the argument that exists in the receiver is updated.

Attributes

aux_operator_eigenvaluesreturn aux operator eigen values
eigenstatereturn eigen state
eigenvaluereturns eigen value

aux_operator_eigenvalues

return aux operator eigen values

Return type

Optional[ndarray]

combine

combine(result)

Any property from the argument that exists in the receiver is updated. :type result: AlgorithmResult :param result: Argument result with properties to be set.

Raises

TypeError – Argument is None

Return type

None

eigenstate

return eigen state

Return type

Optional[ndarray]

eigenvalue

returns eigen value

Return type

Optional[complex]

Was this page helpful?
Report a bug or request content on GitHub.