qiskit.algorithms.minimum_eigensolvers.MinimumEigensolver.supports_aux_operators¶
- classmethod MinimumEigensolver.supports_aux_operators()[소스]¶
Whether computing the expectation value of auxiliary operators is supported.
If the minimum eigensolver computes an eigenvalue of the main
operator
then it can compute the expectation value of theaux_operators
for that state. Otherwise they will be ignored.- 반환 형식
bool
- 반환
True if aux_operator expectations can be evaluated, False otherwise