|
1 | 1 | # Welcome to the CUDA-QX repository |
2 | 2 |
|
3 | | -This repository contains a set of libraries that build on |
4 | | -NVIDIA CUDA-Q. These libraries enable the rapid development of hybrid quantum-classical |
5 | | -application code leveraging state-of-the-art CPUs, GPUs, and QPUs. |
| 3 | +This repository contains a set of libraries that build on |
| 4 | +NVIDIA CUDA-Q. These libraries enable the rapid development of hybrid quantum-classical |
| 5 | +application code leveraging state-of-the-art CPUs, GPUs, and QPUs. |
6 | 6 |
|
7 | 7 | ## Getting Started |
8 | | -To learn more about how to work with the CUDA-QX libraries, please take a look at the |
9 | | -[CUDA-QX Documentation][cudaqx_docs]. The page contains detailed |
10 | | -[installation instructions][official_install] for officially released packages. |
| 8 | + |
| 9 | +To learn more about how to work with the CUDA-QX libraries, please take a look at the |
| 10 | +[CUDA-QX Documentation][cudaqx_docs]. The page contains detailed |
| 11 | +[installation instructions][official_install] for officially released packages. |
11 | 12 |
|
12 | 13 | [cudaqx_docs]: https://nvidia.github.io/cudaqx |
13 | 14 | [official_install]: https://nvidia.github.io/cudaqx/quickstart/installation.html |
14 | 15 |
|
15 | 16 | ## Contributing |
16 | 17 |
|
17 | 18 | There are many ways in which you can get involved with CUDA-QX. If you are |
18 | | -interested in developing quantum applications with the CUDA-QX libraries, |
19 | | -this repository is a great place to get started! For more information about |
20 | | -contributing to the CUDA-QX platform, please take a look at |
| 19 | +interested in developing quantum applications with the CUDA-QX libraries, |
| 20 | +this repository is a great place to get started! For more information about |
| 21 | +contributing to the CUDA-QX platform, please take a look at |
21 | 22 | [Contributing.md](./Contributing.md). |
22 | 23 |
|
23 | 24 | ## License |
24 | 25 |
|
25 | 26 | The code in this repository is licensed under [Apache License 2.0](./LICENSE). |
26 | 27 |
|
| 28 | +When distributed via PyPI, GHCR, or NGC, the binaries generated from this source |
| 29 | +code are also distributed under the Apache License 2.0; however, the |
| 30 | +`libcudaq-qec-nv-qldpc-decoder.so` library is closed source and is subject to |
| 31 | +the [NVIDIA Software License Agreement][github_qec_license] |
| 32 | + |
| 33 | +[github_qec_license]: https://github.com/NVIDIA/cudaqx/blob/main/libs/qec/LICENSE |
| 34 | + |
27 | 35 | Contributing a pull request to this repository requires accepting the |
28 | 36 | Contributor License Agreement (CLA) declaring that you have the right to, and |
29 | 37 | actually do, grant us the rights to use your contribution. A CLA-bot will |
|
0 commit comments