Wait#
- class iqm.pulse.playlist.instructions.Wait(duration)#
Bases:
Instruction
Behave as if outputting zero-valued samples for the duration of the instruction.
Used to idle QPU components. However, may be replaced with a dynamical decoupling sequence after the scheduling step. If you want to make sure that this does not happen, use
Block
instead.Module:
iqm.pulse.playlist.instructions
Attributes
duration
Time duration of the instruction.
Methods
- Parameters:
duration (int) –