qiskit.providers.models.BackendProperties.gate_error¶
- BackendProperties.gate_error(gate, qubits)[source]¶
Return gate error estimates from backend properties.
- প্যারামিটার
gate (
str
) -- The gate for which to get the error.qubits (
Union
[int
,Iterable
[int
]]) -- The specific qubits for the gate.
- রিটার্ন টাইপ
float
- রিটার্নস
Gate error of the given gate and qubit(s).