MinimumEigensolver¶
-
class
MinimumEigensolver
[source]¶ Bases:
abc.ABC
The Minimum Eigensolver Interface.
Algorithms that can compute a minimum eigenvalue for an operator may implement this interface to allow different algorithms to be used interchangeably.
Methods
Computes minimum eigenvalue.
Whether computing the expectation value of auxiliary operators is supported.
Attributes
-
aux_operators
¶ Returns the auxiliary operators.
- Return type
Optional
[List
[Optional
[OperatorBase
]]]
-
operator
¶ Return the operator.
- Return type
Union
[OperatorBase
,LegacyBaseOperator
,None
]
-