quil.waveforms

class BoxcarKernel:
def into_iq_value(self, /):
scale

Get the scale field from Python. Annotated with @property.

sample_count

Get the sample_count field from Python. Annotated with @property.

phase

Get the phase field from Python. Annotated with @property.

class ErfSquare:
def into_iq_values(self, /):
detuning

Get the detuning field from Python. Annotated with @property.

sample_rate

Get the sample_rate field from Python. Annotated with @property.

duration

Get the duration field from Python. Annotated with @property.

risetime

Get the risetime field from Python. Annotated with @property.

pad_left

Get the pad_left field from Python. Annotated with @property.

pad_right

Get the pad_right field from Python. Annotated with @property.

positive_polarity

Get the positive_polarity field from Python. Annotated with @property.

scale

Get the scale field from Python. Annotated with @property.

phase

Get the phase field from Python. Annotated with @property.

class Gaussian:
def into_iq_values(self, /):
phase

Get the phase field from Python. Annotated with @property.

t0

Get the t0 field from Python. Annotated with @property.

sample_rate

Get the sample_rate field from Python. Annotated with @property.

scale

Get the scale field from Python. Annotated with @property.

detuning

Get the detuning field from Python. Annotated with @property.

fwhm

Get the fwhm field from Python. Annotated with @property.

duration

Get the duration field from Python. Annotated with @property.

class DragGaussian:
def into_iq_values(self, /):
sample_rate

Get the sample_rate field from Python. Annotated with @property.

detuning

Get the detuning field from Python. Annotated with @property.

phase

Get the phase field from Python. Annotated with @property.

scale

Get the scale field from Python. Annotated with @property.

fwhm

Get the fwhm field from Python. Annotated with @property.

anh

Get the anh field from Python. Annotated with @property.

alpha

Get the alpha field from Python. Annotated with @property.

t0

Get the t0 field from Python. Annotated with @property.

duration

Get the duration field from Python. Annotated with @property.

class HermiteGaussian:
def into_iq_values(self, /):
t0

Get the t0 field from Python. Annotated with @property.

anh

Get the anh field from Python. Annotated with @property.

detuning

Get the detuning field from Python. Annotated with @property.

duration

Get the duration field from Python. Annotated with @property.

sample_rate

Get the sample_rate field from Python. Annotated with @property.

alpha

Get the alpha field from Python. Annotated with @property.

second_order_hrm_coeff

Get the second_order_hrm_coeff field from Python. Annotated with @property.

phase

Get the phase field from Python. Annotated with @property.

scale

Get the scale field from Python. Annotated with @property.

fwhm

Get the fwhm field from Python. Annotated with @property.

def apply_phase_and_detuning(iq_values, phase, detuning, sample_rate):