qiskit.providers.models.BackendProperties.gate_error¶ BackendProperties.gate_error(gate, qubits)[ソース]¶ 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. 戻り値 Gate error of the given gate and qubit(s). 戻り値の型 float