-
Notifications
You must be signed in to change notification settings - Fork 217
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
Support Rydberg Hamiltonian in C++ Evolve API #2704
Conversation
Signed-off-by: Dobri Y <[email protected]>
fc4ee16
to
d2f1022
Compare
Command Bot: Processing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Dobri. LGTM with a quick skim. Just a couple of nits.
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Manually tested examples for both Pasqal and QuEra. |
Signed-off-by: Dobri Y <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @nvidia-dobri .
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Dobri Y <[email protected]>
Command Bot: Processing... |
1 similar comment
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Co-authored-by: Pradnya Khalate <[email protected]> Signed-off-by: nvidia-dobri <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just reviewed the changes in the .github directory ... they LGTM.
Command Bot: Processing... |
Signed-off-by: Dobri Y <[email protected]>
Command Bot: Processing... |
Signed-off-by: Dobri Y <[email protected]>
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
This enables Rydberg Hamiltonian evolution through analog quantum backends, currently QuEra and Pasqal. Authentication unique to each platform is required to run the examples.
QuEra requires valid AWS credentials with Braket access:
Pasqal requires env variables:
PASQAL_PROJECT_ID
from Pasqal CloudPASQAL_AUTH_TOKEN
obtained withpasqal_cloud
python library.