qiskit.providers.models.BackendProperties.is_gate_operational¶
- BackendProperties.is_gate_operational(gate, qubits=None)[소스]¶
Return the operational status of the given gate.
- 매개변수
gate (str) – Name of the gate.
qubits (Optional[Union[int, Iterable[int]]]) – The qubit to find the operational status for.
- 반환
Operational status of the given gate. True if the gate is operational, False otherwise.
- 반환 형식
bool