qiskit.providers.models.BackendProperties.is_qubit_operational¶ BackendProperties.is_qubit_operational(qubit)[source]¶ Return the operational status of the given qubit. Parameters qubit (int) – Qubit for which to return operational status of. Return type bool Returns Operational status of the given qubit.