qiskit.providers.models.BackendProperties.gate_length¶ BackendProperties.gate_length(gate, qubits)[소스]¶ Return the duration of the gate in units of seconds. 매개변수 gate (str) – The gate for which to get the duration. qubits (Union[int, Iterable[int]]) – The specific qubits for the gate. 반환 형식 float 반환 Gate length of the given gate and qubit(s).