qcs_api_client.models.translate_native_quil_to_encrypted_binary_response#

Module Contents#

Classes#

TranslateNativeQuilToEncryptedBinaryResponse

qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.program#

Attributes#

T

qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.T#
class qcs_api_client.models.translate_native_quil_to_encrypted_binary_response.TranslateNativeQuilToEncryptedBinaryResponse#
program#

Encrypted binary built for execution on the target quantum processor

Type

str

memory_descriptors#
Type

Union[Unset, TranslateNativeQuilToEncryptedBinaryResponseMemoryDescriptors]

ro_sources#
Type

Union[Unset, List[List[str]]]

settings_timestamp#

ISO8601 timestamp of the settings used to translate the program. Translation is deterministic; a program translated twice with the same settings by the same version of the service will have identical output.

Type

Union[Unset, str]

program :str#
memory_descriptors :Union[qcs_api_client.types.Unset, qcs_api_client.models.translate_native_quil_to_encrypted_binary_response_memory_descriptors.TranslateNativeQuilToEncryptedBinaryResponseMemoryDescriptors]#
ro_sources :Union[qcs_api_client.types.Unset, List[List[str]]]#
settings_timestamp :Union[qcs_api_client.types.Unset, str]#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#