French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.MinimumEigensolver.supports_aux_operators

classmethod MinimumEigensolver.supports_aux_operators()[source]

Whether computing the expectation value of auxiliary operators is supported.

If the minimum eigensolver computes an eigenstate of the main operator then it can compute the expectation value of the aux_operators for that state. Otherwise they will be ignored.

Renvoie

True if aux_operator expectations can be evaluated, False otherwise

Type renvoyé

bool