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. Returns Operational status of the given qubit. Return type bool