qcs_api_client.api.quantum_processors.get_instruction_set_architecture#

Module Contents#

Functions#

sync(...)

Get Instruction Set Architecture

sync_from_dict(...)

asyncio(...)

Get Instruction Set Architecture

asyncio_from_dict(...)

qcs_api_client.api.quantum_processors.get_instruction_set_architecture.sync(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture]#

Get Instruction Set Architecture

Retrieve the Instruction Set Architecture of a QuantumProcessor by ID.

Parameters

quantum_processor_id (str) –

Returns

Response[InstructionSetArchitecture]

qcs_api_client.api.quantum_processors.get_instruction_set_architecture.sync_from_dict(quantum_processor_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture]#
async qcs_api_client.api.quantum_processors.get_instruction_set_architecture.asyncio(quantum_processor_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture]#

Get Instruction Set Architecture

Retrieve the Instruction Set Architecture of a QuantumProcessor by ID.

Parameters

quantum_processor_id (str) –

Returns

Response[InstructionSetArchitecture]

async qcs_api_client.api.quantum_processors.get_instruction_set_architecture.asyncio_from_dict(quantum_processor_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture]#