MinimumEigensolverResult¶
-
class
MinimumEigensolverResult
[source]¶ Bases:
qiskit.algorithms.algorithm_result.AlgorithmResult
Minimum Eigensolver Result.
Methods
Any property from the argument that exists in the receiver is updated.
Attributes
-
aux_operator_eigenvalues
¶ return aux operator eigen values
- Return type
Optional
[ndarray
]
-
eigenstate
¶ return eigen state
- Return type
Optional
[ndarray
]
-
eigenvalue
¶ returns eigen value
- Return type
Optional
[complex
]
-