qcs_api_client.api.quantum_processors.list_quantum_processors#

Module Contents#

Functions#

sync(...)

List Quantum Processors

sync_from_dict(...)

asyncio(...)

List Quantum Processors

asyncio_from_dict(...)

qcs_api_client.api.quantum_processors.list_quantum_processors.sync(*, client: httpx.Client, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse]#

List Quantum Processors

List all QuantumProcessors available to the user.

Parameters
  • page_size (Union[Unset, None, int]) – Default: 10.

  • page_token (Union[Unset, None, str]) –

Returns

Response[ListQuantumProcessorsResponse]

qcs_api_client.api.quantum_processors.list_quantum_processors.sync_from_dict(*, client: httpx.Client, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse]#
async qcs_api_client.api.quantum_processors.list_quantum_processors.asyncio(*, client: httpx.AsyncClient, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse]#

List Quantum Processors

List all QuantumProcessors available to the user.

Parameters
  • page_size (Union[Unset, None, int]) – Default: 10.

  • page_token (Union[Unset, None, str]) –

Returns

Response[ListQuantumProcessorsResponse]

async qcs_api_client.api.quantum_processors.list_quantum_processors.asyncio_from_dict(*, client: httpx.AsyncClient, page_size: Union[qcs_api_client.types.Unset, None, int] = 10, page_token: Union[qcs_api_client.types.Unset, None, str] = UNSET, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse]#