qiskit.providers.models.BackendProperties.is_gate_operational¶
- BackendProperties.is_gate_operational(gate, qubits=None)[código fonte]¶
Return the operational status of the given gate.
- Parâmetros
gate (
str
) – Name of the gate.qubits (
Union
[int
,Iterable
[int
],None
]) – The qubit to find the operational status for.
- Retorno
Operational status of the given gate. True if the gate is operational, False otherwise.
- Tipo de retorno
bool