qiskit.providers.aer.noise.device.gate_length_values¶
-
gate_length_values
(properties)[ソース]¶ Return gate length values from a devices BackendProperties.
- パラメータ
properties (BackendProperties) – device backend properties
- 戻り値
A list of tuples
(name, qubits, value)
. If gate length information is not availableNone
will be returned for value.- 戻り値の型
list
- Additional Information:
Gate length values are returned in nanosecond (ns) units.