You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version of BraketAHS.jl the local detuning is specified via shiftingField field in input JSON program (ahs_progam.json), see mps_utils.jl.
In the updated version of Braket SDK shiftingField was renamed to LocalDetuning.
Summary:
Rename shiftingField -> LocalDetuning in the input ahs_program.json schema
Make LocalDetuning optional (skip this key if not present). Currently throws an error if shiftingFields are not specified.
The text was updated successfully, but these errors were encountered:
In the current version of BraketAHS.jl the local detuning is specified via
shiftingField
field in input JSON program (ahs_progam.json), see mps_utils.jl.In the updated version of Braket SDK
shiftingField
was renamed toLocalDetuning
.Summary:
shiftingField
->LocalDetuning
in the input ahs_program.json schemaLocalDetuning
optional (skip this key if not present). Currently throws an error ifshiftingFields
are not specified.The text was updated successfully, but these errors were encountered: