-
Notifications
You must be signed in to change notification settings - Fork 348
Reorganized Backends Docs Page #2481
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
fa6ff04
Updated Backends Section
mawolf2023 0bc2771
Removed Logos
mawolf2023 6c4305e
larger image text size
mawolf2023 a6efc5d
Added Table and cloud section
mawolf2023 818e8ea
Added python/c++ tabs and Efrat's comments
mawolf2023 de37d2f
Updated table, Backend Figure, And condensed fp64
mawolf2023 eead204
fixed typo
mawolf2023 878079f
Merge branch 'main' into backends
schweitzpgi a55163c
Update docs/sphinx/using/backends/backends.rst
mawolf2023 d9bf00f
Review Changes 1/17
mawolf2023 e57067a
Figure fix
mawolf2023 0ff31d4
DCO Remediation Commit for Mark Wolf <mawolf@nvidia.com>
mawolf2023 cb47c97
Merge branch 'main' into backends
mawolf2023 2f2cf12
Merge branch 'main' into backends
bmhowe23 fa09854
* Merging with mainline
khalatepradnya 4291f8c
Merge branch 'main' into backends
khalatepradnya bfb3ae1
DCO Remediation Commit for Pradnya Khalate <pkhalate@nvidia.com>
khalatepradnya 0af0e29
* Fix spellings
khalatepradnya 2601da2
Photonics plus multi-gpu examples and some ref updates
efc48e6
Merge branch 'main' into backends
khalatepradnya 52dae08
* Fix links for docs generation
khalatepradnya 34c85d9
* Spelling fixes
khalatepradnya a62c415
* Few more corrections to spellings
khalatepradnya e3052dd
Merge branch 'main' into backends
khalatepradnya 4f66ce8
white figure backgrounds
e49ecb9
Images with white backgrounds
1da46f2
Merge branch 'main' into backends
khalatepradnya a3d0950
new orca logo
34e5176
new orca logo
300b715
Merge branch 'main' into backends
khalatepradnya 8a601da
Update docs/sphinx/using/backends/sims/photonics.rst
mawolf2023 817e0ff
Update docs/sphinx/using/backends/sims/photonics.rst
mawolf2023 6583944
Update docs/sphinx/using/examples/multi_gpu_workflows.rst
mawolf2023 414f2ee
Update docs/sphinx/using/examples/multi_gpu_workflows.rst
mawolf2023 3c66feb
Update docs/sphinx/using/examples/multi_gpu_workflows.rst
mawolf2023 390213d
edits 2/4
af50c0d
Adding Efrat's edits 2/4
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
mawolf2023 marked this conversation as resolved.
Show resolved
Hide resolved
mawolf2023 marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,23 @@ | ||
| ************************* | ||
| CUDA-Q Backends | ||
| ********************** | ||
| ************************* | ||
| The CUDA-Q platform has is a powerful tool with many different backends for running hybrid quatum applications and other simulations. This page will help you understand what backends are availible and what the best choices are for your purpose. | ||
|
|
||
| .. toctree:: | ||
| :caption: Backend Targets | ||
| :maxdepth: 1 | ||
| The figure below groups the backends into five categories, and described the general purpose for each. See the following sections for a breakdown of the backends included in each section. | ||
mawolf2023 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Simulation <simulators.rst> | ||
| Quantum Hardware <hardware.rst> | ||
| NVIDIA Quantum Cloud <nvqc.rst> | ||
| Multi-Processor Platforms <platform.rst> | ||
| .. image:: backends.png | ||
| :width: 1000 | ||
|
|
||
| **The following is a comprehensive list of the available targets in CUDA-Q:** | ||
| Click on the links below for each catagory to learn more about the backends it contains. the list below also covers all of the backends availible in CUDA-Q. | ||
|
|
||
| * :ref:`anyon <anyon-backend>` | ||
| * :ref:`braket <braket-backend>` | ||
| * :ref:`density-matrix-cpu <default-simulator>` | ||
| * :ref:`fermioniq <fermioniq-backend>` | ||
| * :ref:`infleqtion <infleqtion-backend>` | ||
| * :ref:`ionq <ionq-backend>` | ||
| * :ref:`iqm <iqm-backend>` | ||
| * :ref:`nvidia <nvidia-backend>` | ||
| * :ref:`nvidia-fp64 <nvidia-fp64-backend>` | ||
| * :ref:`nvidia-mgpu <nvidia-mgpu-backend>` | ||
| * :ref:`nvidia-mqpu <mqpu-platform>` | ||
| * :ref:`nvidia-mqpu-fp64 <mqpu-platform>` | ||
| * :doc:`nvqc <nvqc>` | ||
| * :ref:`oqc <oqc-backend>` | ||
| * :ref:`orca <orca-backend>` | ||
| * :ref:`qpp-cpu <qpp-cpu-backend>` | ||
| * :ref:`quantinuum <quantinuum-backend>` | ||
| * :ref:`quera <quera-backend>` | ||
| * :ref:`remote-mqpu <mqpu-platform>` | ||
| * :ref:`stim <stim-backend>` | ||
| * :ref:`tensornet <tensor-backends>` | ||
| * :ref:`tensornet-mps <tensor-backends>` | ||
| .. toctree:: | ||
| :maxdepth: 3 | ||
|
|
||
| Circuit Simulation <simulators.rst> | ||
mawolf2023 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Quantum Hardware (QPUs) <hardware.rst> | ||
|
|
||
| .. deprecated:: 0.8 | ||
| The `nvidia-fp64`, `nvidia-mgpu`, `nvidia-mqpu`, and `nvidia-mqpu-fp64` targets can be | ||
| enabled as extensions of the unified `nvidia` target (see `nvidia` :ref:`target documentation <nvidia-backend>`). | ||
| These target names might be removed in a future release. | ||
| .. toctree:: | ||
| :maxdepth: 1 | ||
|
|
||
| Dynamics (dynamics) <dynamics.rst> | ||
| NVIDIA Quantum Cloud (nvqc) <nvqc.rst> | ||
mawolf2023 marked this conversation as resolved.
Show resolved
Hide resolved
mawolf2023 marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.