qiskit.providers.models.BackendProperties.gate_error¶
- BackendProperties.gate_error(gate, qubits)[código fonte]¶
Return gate error estimates from backend properties.
- Parâmetros
gate (
str
) – The gate for which to get the error.qubits (
Union
[int
,Iterable
[int
]]) – The specific qubits for the gate.
- Tipo de retorno
float
- Retorno
Gate error of the given gate and qubit(s).