API#
Network and API layer for communicating with the MonarQ quantum computer.
Contains:
ApiAdapter— singleton that wraps all Thunderhead REST callsApiClient— client credentials and configurationJob— job submission and polling logicretry()— exponential-backoff retry decorator
Submodules#
Contains the ApiAdapter singleton class, which wraps every API call necessary for communicating with MonarQ |
|
Client credential classes for authenticating with the Thunderhead API. |
|
Job submission and lifecycle management for MonarQ circuit execution. |
|
Exponential-backoff retry decorator for Thunderhead API calls. |