MonarqClient#
- class qiskit_calculquebec.API.client.MonarqClient(host: str, user: str, access_token: str, project_name: str = '', project_id: str = '', circuit_name: str = 'none')#
Bases:
CalculQuebecClientDeprecated alias for
CalculQuebecClient.Deprecated since version Use:
CalculQuebecClientinstead. This class will be removed in a future release.- Parameters:
host (str) – Base URL of the Thunderhead server.
user (str) – User identifier.
access_token (str) – API access token.
project_name (str) – Project name (mutually exclusive with
project_id).project_id (str) – Project ID (mutually exclusive with
project_name).circuit_name (str) – Label for submitted circuits. Default:
"none".
Attributes
Circuit label attached to submitted jobs.
Name of the target quantum machine.
Project ID used in job submission requests.
Project name used for ID resolution.
- circuit_name#
Circuit label attached to submitted jobs.
- machine_name#
Name of the target quantum machine.
- project_id#
Project ID used in job submission requests.
- project_name#
Project name used for ID resolution.