amazon-braket / amazon-braket/BraketAHS.jl
Replace ShiftingFields by LocalDetuning
Open
good first issue
- Dominant language
- Julia
- Stars
- 24
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.