CalculQuebecClient#

class qiskit_calculquebec.API.client.CalculQuebecClient(host: str, user: str, access_token: str, project_name: str = '', project_id: str = '', circuit_name: str = 'none')#

Bases: ApiClient

Client for Calcul Québec quantum infrastructure.

Specializes ApiClient with the "calculqc" realm and a simplified constructor signature (no realm argument required).

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".

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.

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.