iqm.iqm_client.models.DDMode#
- class iqm.iqm_client.models.DDMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
- 
Dynamical Decoupling (DD) mode for circuit execution. Attributes Methods __new__(value)__repr__()Return repr(self). __str__()Return str(self). __format__(format_spec)Return a formatted version of the string as described by format_spec. - DISABLED = 'disabled'#
- Do not apply dynamical decoupling. 
 - ENABLED = 'enabled'#
- Apply dynamical decoupling. 
 
