qiskit.providers.models.BackendProperties.gate_error¶
- BackendProperties.gate_error(gate, qubits)[source]¶
Return gate error estimates from backend properties.
- Paramètres
gate (str) – The gate for which to get the error.
qubits (Union[int, Iterable[int]]) – The specific qubits for the gate.
- Renvoie
Gate error of the given gate and qubit(s).
- Type renvoyé
float