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.EigensolverResult

class EigensolverResult

GitHub

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
eigenstatesreturn eigen states
eigenvaluesreturns eigen values

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

eigenstates

return eigen states

Return type

Optional[ndarray]

eigenvalues

returns eigen values

Return type

Optional[ndarray]

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