qcs_api_client.models.translate_native_quil_to_encrypted_binary_request#

Module Contents#

Classes#

TranslateNativeQuilToEncryptedBinaryRequest

qcs_api_client.models.translate_native_quil_to_encrypted_binary_request.num_shots#

Attributes#

T

qcs_api_client.models.translate_native_quil_to_encrypted_binary_request.T#
class qcs_api_client.models.translate_native_quil_to_encrypted_binary_request.TranslateNativeQuilToEncryptedBinaryRequest#
num_shots#

Number of iterations to execute on the control hardware

Type

int

quil#

The native Quil program to be translated for execution

Type

str

settings_timestamp#

ISO8601 timestamp of the latest settings to be used in translation. If omitted, latest settings will be used.

Type

Union[Unset, str]

num_shots :int#
quil :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#