qiskit.providers.ibmq.IBMQBackend.status¶
- IBMQBackend.status()[Quellcode]¶
Return the backend status.
Bemerkung
If the returned
BackendStatus
instance hasoperational=True
butstatus_msg="internal"
, then the backend is accepting jobs but not processing them.- Rückgabetyp
- Rückgabe
The status of the backend.
- Verursacht
IBMQBackendApiProtocolError – If the status for the backend cannot be formatted properly.