SamplePulse¶
- class SamplePulse(samples, name=None, epsilon=1e-07)[source]¶
A pulse specified completely by complex-valued samples; each sample is played for the duration of the backend cycle-time, dt.
Create new sample pulse command.
- Parameters
samples (
Union
[ndarray
,List
[complex
]]) – Complex array of the samples in the pulse envelope.name (
Optional
[str
]) – Unique name to identify the pulse.epsilon (
float
) – Pulse sample norm tolerance for clipping. If any sample’s norm exceeds unity by less than or equal to epsilon it will be clipped to unit norm. If the sample norm is greater than 1+epsilon an error will be raised.
Attributes
Unique identifier for this pulse.
Return sample values.
Methods
SamplePulse.__call__
(channel)Call self as a function.
SamplePulse.draw
([dt, style, filename, …])Plot the interpolated envelope of pulse.