FluxPulse

FluxPulse#

Module: iqm.pulse.playlist.instructions

class iqm.pulse.playlist.instructions.FluxPulse(duration, wave, scale, rzs=<factory>)#

Bases: RealPulse

RealPulse representing a flux pulse.

Can store RZ angles for correcting local phase shifts from the computational frame due to flux crosstalk.

Attributes

rzs

Collection of (drive) channel names and RZ angles.

wave

Shape of the pulse.

scale

Scaling factor for the waveform.

duration

Time duration of the instruction.

Methods

Parameters:
rzs: tuple[tuple[str, float], ...]#

Collection of (drive) channel names and RZ angles.

Inheritance

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