qiskit.pulse.builder.samples_to_seconds¶
-
samples_to_seconds
(samples)[código fonte]¶ Obtain the time in seconds that will elapse for the input number of samples on the active backend.
- Parâmetros
samples (
Union
[int
,ndarray
]) – Number of samples to convert to time in seconds.- Tipo de retorno
Union
[float
,ndarray
]- Retorna
The time that elapses in
samples
.