Wait#
- class iqm.pulse.playlist.instructions.Wait(duration)#
Bases:
InstructionBehave 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
Blockinstead.Module:
iqm.pulse.playlist.instructionsAttributes
durationTime duration of the instruction.
Methods
- Parameters:
duration (int)