PauliTrotterEvolution.convert

PauliTrotterEvolution.convert(operator)[source]

Traverse the operator, replacing EvolvedOps with CircuitOps containing trotterized evolutions equalling the exponentiation of -i * operator.

Parameters

operator (OperatorBase) – The Operator to convert.

Return type

OperatorBase

Returns

The converted operator.