qiskit.providers.aer.noise.device.gate_error_values¶
-
gate_error_values
(properties)[source]¶ Return gate error values from a devices BackendProperties.
- Paramètres
properties (BackendProperties) – device backend properties
- Renvoie
A list of tuples
(name, qubits, value)
. If gate error information is not availableNone
will be returned for value.- Type renvoyé
list