PauliTrotterEvolution.convert¶
- PauliTrotterEvolution.convert(operator)[source]¶
Traverse the operator, replacing
EvolvedOps
withCircuitOps
containing trotterized evolutions equalling the exponentiation of -i * operator.- Parameters
operator (
OperatorBase
) – The Operator to convert.- Return type
- Returns
The converted operator.