qiskit.pulse.builder.samples_to_seconds¶
-
samples_to_seconds
(samples)[Quellcode]¶ Obtain the time in seconds that will elapse for the input number of samples on the active backend.
- Parameter
samples (
Union
[int
,ndarray
]) – Number of samples to convert to time in seconds.- Rückgabetyp
Union
[float
,ndarray
]- Rückgabe
The time that elapses in
samples
.