qiskit.algorithms.MinimumEigensolverResult¶
-
class
MinimumEigensolverResult
[Quellcode]¶ Minimum Eigensolver Result.
-
__init__
()[Quellcode]¶ 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
- Rückgabetyp
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.- Verursacht
TypeError – Argument is None
- Rückgabetyp
None
-
property
eigenstate
¶ return eigen state
- Rückgabetyp
Optional
[ndarray
]
-
property
eigenvalue
¶ returns eigen value
- Rückgabetyp
Optional
[complex
]
-