Wait

Contents

Wait#

Module: iqm.pulse.playlist.instructions

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.

Attributes

duration

Time duration of the instruction.

Methods

Parameters:

duration (int)

Inheritance

Inheritance diagram of iqm.pulse.playlist.instructions.Wait