MonarqClient#

class pennylane_calculquebec.API.client.MonarqClient(host, user, access_token, project_name='', project_id='', circuit_name='none')#

Bases: CalculQuebecClient

specialization of CalculQuebecClient for MonarQ infrastructure

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

circuit_name

Returns the circuit name.

machine_name

Returns the machine name.

project_id

Returns the project ID.

project_name

Returns the project name.

circuit_name#

Returns the circuit name.

machine_name#

Returns the machine name.

project_id#

Returns the project ID.

project_name#

Returns the project name.