qiskit.algorithms.MinimumEigensolverResult¶
-
class
MinimumEigensolverResult
[código fonte]¶ Minimum Eigensolver Result.
-
__init__
()[código fonte]¶ 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
return aux operator eigen values
return eigen state
returns eigen value
-
property
aux_operator_eigenvalues
¶ return aux operator eigen values
- Tipo de retorno
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.- Levanta
TypeError – Argument is None
- Tipo de retorno
None
-
property
eigenstate
¶ return eigen state
- Tipo de retorno
Optional
[ndarray
]
-
property
eigenvalue
¶ returns eigen value
- Tipo de retorno
Optional
[complex
]
-