-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full support for local detuning #79
Comments
This is interesting! You have already implemented useful underlying structs! I am delighted to work on this! |
Hi, @kshyatt-aws Please let me know is this the right track? Thanks
|
Hello, Looks like a good start. Keep in mind you'll need to be able to |
Indeed. I have also added and tested the
I can't access
Please let me know how to call it properly. Thanks! |
I looked at the Line 17 in 1d05da0
|
Describe the feature you'd like
QuEra's Aquila now supports local detuning with Braket Direct. The underlying structs are implemented in
Braket.jl
but many of the correctness tests and validations are not.Is this feature already present in the Python SDK?
Yes. https://github.com/amazon-braket/amazon-braket-sdk-python/blob/6c4282e7eafcff906c4cfc6804bf06209d82a4fc/src/braket/ahs/local_detuning.py#L23
How would this feature be used? Please describe.
Local detuning would be used with Braket Direct to access this advanced feature of Aquila.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: