gate_length_values#
- gate_length_values(properties)[source]#
Return gate length values from a devices BackendProperties.
- Parameters:
properties (BackendProperties) – device backend properties
- Returns:
A list of tuples
(name, qubits, value)
. If gate length information is not availableNone
will be returned for value.- Return type:
list
- Additional Information:
Gate length values are returned in nanosecond (ns) units.