Skip to content

Commit

Permalink
[braket] update Braket example and doc links (#2633)
Browse files Browse the repository at this point in the history
* Update Braket example and doc links
* Update link description

---------

Signed-off-by: Tim (Yi-Ting) <[email protected]>
  • Loading branch information
yitchen-tim authored Feb 18, 2025
1 parent 07ec2bf commit 4300c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/using/backends/cloud/braket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ circuit simulators, and secure, on-demand access to various quantum computers.
To get started users must enable Amazon Braket in their AWS account by following
`these instructions <https://docs.aws.amazon.com/braket/latest/developerguide/braket-enable-overview.html>`__.
To learn more about Amazon Braket, you can view the `Amazon Braket Documentation <https://docs.aws.amazon.com/braket/>`__
and `Amazon Braket Examples <https://github.com/amazon-braket/amazon-braket-examples>`__.
and `Amazon Braket Examples <https://github.com/amazon-braket/amazon-braket-examples/tree/main/examples/nvidia_cuda_q>`__.
A list of available devices and regions can be found `here <https://docs.aws.amazon.com/braket/latest/developerguide/braket-devices.html>`__.

Users can run CUDA-Q programs on Amazon Braket with `Hybrid Job <https://docs.aws.amazon.com/braket/latest/developerguide/braket-what-is-hybrid-job.html>`__.
See `this guide <https://docs.aws.amazon.com/braket/latest/developerguide/braket-jobs-first.html>`__ to get started.
See `this guide <https://docs.aws.amazon.com/braket/latest/developerguide/braket-jobs-first.html>`__ to get started with Hybrid Jobs and `this guide <https://docs.aws.amazon.com/braket/latest/developerguide/braket-using-cuda-q.html>`__ on how to use CUDA-Q with Amazon Braket.

Setting Credentials
```````````````````
Expand Down

0 comments on commit 4300c7f

Please sign in to comment.