-
Notifications
You must be signed in to change notification settings - Fork 256
Ion Trap example #3026
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
Ion Trap example #3026
Conversation
Command Bot: Processing... |
@Gopal-Dahale Thank you for the contribution. This tutorial looks great. |
@Gopal-Dahale We need to fix a couple of things for the CI pipeline: (1) Address the DCO check: https://github.com/NVIDIA/cuda-quantum/pull/3026/checks?check_run_id=43828576852 (2) Code format: https://github.com/NVIDIA/cuda-quantum/actions/runs/15565538371/job/43850332610?pr=3026 You can fix this by running the (3) Spelling check: https://github.com/NVIDIA/cuda-quantum/actions/runs/15565538371?pr=3026#summary-43850332620 We do check all the words in code comments. Hence, if a word is not English, we can escape it with backticks, e.g., |
I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 45fb968 I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 384a6a5 I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 1c3e38d Signed-off-by: Gopal Dahale <[email protected]>
Signed-off-by: Gopal Dahale <[email protected]>
Command Bot: Processing... |
@Gopal-Dahale Would you please run the following command to fix the spellcheck task in CI?
Please enclose the words appearing in comments in `` to fix it. |
I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 1f6c4b1 Signed-off-by: Gopal Dahale <[email protected]> Signed-off-by: Gopal Dahale <[email protected]>
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.
LGTM 👍
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
Command Bot: Processing... |
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. |
* Ion Trap example * fix comments * Addressed comments * DCO Remediation Commit for Gopal Dahale <[email protected]> I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 45fb968 I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 384a6a5 I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 1c3e38d Signed-off-by: Gopal Dahale <[email protected]> * Formatted Signed-off-by: Gopal Dahale <[email protected]> * Fix spellings * DCO Remediation Commit for Gopal Dahale <[email protected]> I, Gopal Dahale <[email protected]>, hereby add my Signed-off-by to this commit: 1f6c4b1 Signed-off-by: Gopal Dahale <[email protected]> Signed-off-by: Gopal Dahale <[email protected]> --------- Signed-off-by: Gopal Dahale <[email protected]> Co-authored-by: Sachin Pisal <[email protected]> Co-authored-by: Thien Nguyen <[email protected]> Signed-off-by: Anna Gringauze <[email protected]>
Purpose
Add an example on ion trap quantum dynamics and GHZ state preparation using CUDA-Q, based on the Sørensen-Mølmer paper.
Details
Implements time evolution of the effective Hamiltonian H =$4\chi J_x^2$ . It implements GHZ state preparation from |gg...g⟩ → (|gg...g⟩ + |ee...e⟩)/√2, and probability measurements are performed using projector operators. Below plots reproduce Fig. 1 from the paper.
Mentions
@1tnguyen