Skip to content

Commit 7ad4947

Browse files
khalatepradnyabettinaheim
authored andcommitted
* Fixing links to contribution readme and license file in Python (#940)
1 parent 4d4cb8f commit 7ad4947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CUDA Quantum is a comprehensive framework for quantum programming. It features:
55
- A programming model which extends C++ and Python with quantum kernels,
66
enabling high-level programming in familiar languages
77
- A high-performance quantum compiler, NVQ++, based on the industry standard
8-
low-level virtual machine (LLVM) toolchain
8+
LLVM toolchain
99
- Interoperability with all of the leading models and tools for accelerated
1010
computing, including CUDA, ISO standard parallelism, OpenMP, and OpenACC
1111
- The ability to utilize and seamlessly switch between different quantum
@@ -87,13 +87,13 @@ There are many ways in which you can get involved with CUDA Quantum. If you are
8787
interested in developing quantum applications with CUDA Quantum, our [GitHub
8888
repository][github_link] is a great place to get started! For more information
8989
about contributing to the CUDA Quantum platform, please take a look at
90-
[Contributing.md](../Contributing.md).
90+
[Contributing.md](https://github.com/NVIDIA/cuda-quantum/blob/main/Contributing.md).
9191

9292
## License
9393

9494
CUDA Quantum is an open source project. The source code is available on
95-
[GitHub][github_link] and licensed under [Apache License 2.0](../LICENSE). CUDA
96-
Quantum makes use of the NVIDIA cuQuantum SDK to enable high-performance
95+
[GitHub][github_link] and licensed under [Apache License 2.0](https://github.com/NVIDIA/cuda-quantum/blob/main/LICENSE).
96+
CUDA Quantum makes use of the NVIDIA cuQuantum SDK to enable high-performance
9797
simulation, which is held to its own respective license.
9898

9999
[github_link]: https://github.com/NVIDIA/cuda-quantum/

0 commit comments

Comments
 (0)