qcs_api_client.api.translation.translate_native_quil_to_encrypted_binary#

Module Contents#

Functions#

sync(...)

Translate Native Quil To Encrypted Binary

sync_from_dict(...)

asyncio(...)

Translate Native Quil To Encrypted Binary

asyncio_from_dict(...)

qcs_api_client.api.translation.translate_native_quil_to_encrypted_binary.sync(quantum_processor_id: str, *, client: httpx.Client, json_body: qcs_api_client.models.translate_native_quil_to_encrypted_binary_request.TranslateNativeQuilToEncryptedBinaryRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse]#

Translate Native Quil To Encrypted Binary

Compile Rigetti-native Quil code to encrypted binary form, ready for execution on a

Rigetti Quantum Processor.

Parameters
Returns

Response[TranslateNativeQuilToEncryptedBinaryResponse]

qcs_api_client.api.translation.translate_native_quil_to_encrypted_binary.sync_from_dict(quantum_processor_id: str, *, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse]#
async qcs_api_client.api.translation.translate_native_quil_to_encrypted_binary.asyncio(quantum_processor_id: str, *, client: httpx.AsyncClient, json_body: qcs_api_client.models.translate_native_quil_to_encrypted_binary_request.TranslateNativeQuilToEncryptedBinaryRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse]#

Translate Native Quil To Encrypted Binary

Compile Rigetti-native Quil code to encrypted binary form, ready for execution on a

Rigetti Quantum Processor.

Parameters
Returns

Response[TranslateNativeQuilToEncryptedBinaryResponse]

async qcs_api_client.api.translation.translate_native_quil_to_encrypted_binary.asyncio_from_dict(quantum_processor_id: str, *, client: httpx.AsyncClient, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse]#