Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.expectations.AerPauliExpectation.convert

AerPauliExpectation.convert(operator)[소스]

Accept an Operator and return a new Operator with the Pauli measurements replaced by AerSnapshot-based expectation circuits.

매개변수

operator (OperatorBase) – The operator to convert. If it contains non-hermitian terms, the operator is decomposed into hermitian and anti-hermitian parts.

반환

The converted operator.

반환 형식

OperatorBase