qiskit.providers.models.BackendProperties.is_qubit_operational¶
- BackendProperties.is_qubit_operational(qubit)[Quellcode]¶
Return the operational status of the given qubit.
- Parameter
qubit (int) – Qubit for which to return operational status of.
- Rückgabe
Operational status of the given qubit.
- Rückgabetyp
bool