CalculQuebecClient#
- class pennylane_calculquebec.API.client.CalculQuebecClient(host, user, access_token, project_name='', project_id='', circuit_name='none')#
Bases:
ApiClientspecialization of Client for Calcul Quebec infrastructures
- Args :
host (str) : the server address for the machine user (str) : the users identifier access_token (str) : the unique access key provided to the user project_name (str) : the name of the project (exclusive with project_id) project_id (str) : the ID of the project (exclusive with project_name) circuit_name (str) : the name of the circuit to use for the job
Attributes