qiskit.algorithms.eigensolvers.NumPyEigensolver.supports_aux_operators¶
- classmethod NumPyEigensolver.supports_aux_operators()[source]¶
Whether computing the expectation value of auxiliary operators is supported.
If the eigensolver computes the eigenvalues of the main operator, then it can compute the expectation value of the
aux_operators
for that state. Otherwise they will be ignored.- রিটার্নস
True
ifaux_operator
expectations can be evaluated,False
otherwise.- রিটার্ন টাইপ
bool