qiskit.providers.aer.noise.device.gate_length_values¶
-
gate_length_values
(properties)[código fonte]¶ Return gate length values from a devices BackendProperties.
- Parâmetros
properties (BackendProperties) – device backend properties
- Retorna
A list of tuples
(name, qubits, value)
. If gate length information is not availableNone
will be returned for value.- Tipo de retorno
list
- Additional Information:
Gate length values are returned in nanosecond (ns) units.