qiskit.pulse.library.zero¶
- zero(duration, name=None)[código fonte]¶
Generates zero-sampled
Waveform
.Samples from the function:
\[f(x) = 0\]- Parâmetros
duration (int) – Duration of pulse. Must be greater than zero.
name (Optional[str]) – Name of pulse.
- Tipo de retorno