spin_pulse.transpilation.dynamical_decoupling

Description of dynamical decoupling.

Classes

DynamicalDecoupling

Enumeration of supported dynamical decoupling sequences.

Module Contents

class spin_pulse.transpilation.dynamical_decoupling.DynamicalDecoupling(*args, **kwds)[source]

Bases: enum.Enum

Enumeration of supported dynamical decoupling sequences.

This enumeration identifies the available pulse-based methods used to mitigate phase noise in spin qubit experiments. The selected sequence determines how control pulses are applied during idle periods in order to reduce the effect of low-frequency noise.

- FULL_DRIVE

Continuous driving of the qubit during the idle period.

- SPIN_ECHO

Single refocusing pulse applied at the midpoint of the idle period.

FULL_DRIVE = 'full_drive'[source]
SPIN_ECHO = 'spin_echo'[source]