qiskit.algorithms.MinimumEigensolverResult¶
-
class
MinimumEigensolverResult
[source]¶ Minimum Eigensolver Result.
Methods
__init__
()Initialize self.
combine
(result)Any property from the argument that exists in the receiver is updated.
Attributes
return aux operator eigen values
return eigen state
returns eigen value
-
property
aux_operator_eigenvalues
¶ return aux operator eigen values
- Return type
Optional
[ndarray
]
-
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
-
property
eigenstate
¶ return eigen state
- Return type
Optional
[ndarray
]
-
property
eigenvalue
¶ returns eigen value
- Return type
Optional
[complex
]
-
property