ApiClient#

class pennylane_calculquebec.API.client.ApiClient(host: str, user: str, access_token: str, realm: str, project_name: str = '', project_id: str = '', circuit_name: str = 'none')#

Bases: object

data object that is used to pass client information to CalculQCDevice

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 realm (str) : the organisational group associated with the machine machine_name (str) : the name of the machine project_name (str) : the name of the project project_id (str) : the ID of the project 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.