qiskit.providers.ibmq.IBMQBackend.status¶
-
IBMQBackend.
status
()[source]¶ Return the backend status.
Note
If the returned
BackendStatus
instance hasoperational=True
butstatus_msg="internal"
, then the backend is accepting jobs but not processing them.- Return type
BackendStatus
- Returns
The status of the backend.
- Raises
IBMQBackendApiProtocolError – If the status for the backend cannot be formatted properly.