cirq.add_dynamical_decoupling

Adds dynamical decoupling gate operations to idle moments of a given circuit.

This transformer preserves the moment structure of the circuit.

circuit Input circuit to transform.
context cirq.TransformerContext storing common configurable options for transformers.
schema Dynamical decoupling schema name or a dynamical decoupling sequence. If a schema is specified, provided dynamical decouping sequence will be used. Otherwise, customized dynamical decoupling sequence will be applied.

A copy of the input circuit with dynamical decoupling operations.