bloqade.analog.submission.ir.braket.to_braket_field
← Module overview
function
source
functionto_braket_field¶source
bloqade.analog.submission.ir.braket.to_braket_field
Signature
def to_braket_field(quera_field: Union[GlobalField, LocalField]) -> FieldConverts to TimeSeries object supported by Braket.
Parameters
| Name | Type | Description |
|---|---|---|
quera_field | Union[GlobalField, LocalField] |
Returns
FieldAn object of the type `braket.ahs.field.Field`
Raises
| Type | Description |
|---|---|
TypeError | If field is not of the type `GlobalField` or `LocalField`. |