Digital Dynamical Decoupling#

Digital Dynamical Decoupling (DDD) is an error mitigation technique in which sequences of gates are applied to slack windows, i.e. single-qubit idle windows, in a quantum circuit. Such sequences of gates can reduce the coupling between the qubits and the environment, mitigating the effects of noise. For more discussion of the theory of DDD, see the section What is the theory behind DDD?.

../_images/ddd_workflow.svg

Workflow of the DDD technique in Mitiq, detailed in the What happens when I use DDD? section.#

Below you can find sections of the documentation that address the following questions:

Here is a tutorial on how to use DDD in Mitiq:

DDD with Cirq: Mirror circuits

You can find many more examples on a variety of error mitigation techniques in the Examples section of the documentation.