iqm.cpc.interface.compiler.DDMode#
- class iqm.cpc.interface.compiler.DDMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
StrEnumDynamical Decoupling (DD) mode for circuit execution.
Attributes
Methods
_generate_next_value_(start, count, last_values)Return the lower-cased version of the member name.
__new__(value)__format__(format_spec, /)Return a formatted version of the string as described by format_spec.
__str__()Return str(self).
__new_member__(*values)values must already be of type str
- DISABLED = 'disabled'#
Do not apply dynamical decoupling.
- ENABLED = 'enabled'#
Apply dynamical decoupling.