qiskit.providers.aer.noise.device.gate_length_values¶
- gate_length_values(properties)[fuente]¶
Return gate length values from a devices BackendProperties.
- Parámetros
properties (BackendProperties) – device backend properties
- Devuelve
A list of tuples
(name, qubits, value)
. If gate length information is not availableNone
will be returned for value.- Tipo del valor devuelto
list
- Additional Information:
Gate length values are returned in nanosecond (ns) units.