qiskit.pulse.library.zero¶ zero(duration, name=None)[ソース]¶ Generates zero-sampled Waveform. Samples from the function: \[f(x) = 0\] パラメータ duration (int) – Duration of pulse. Must be greater than zero. name (Optional[str]) – Name of pulse. 戻り値の型 Waveform