Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.eigensolvers.VQD.supports_aux_operators

classmethod VQD.supports_aux_operators()[código fonte]

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.

Retorno

True if aux_operator expectations can be evaluated, False otherwise.

Tipo de retorno

bool