@@ -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
1010computing, 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
8787interested in developing quantum applications with CUDA Quantum, our [ GitHub
8888repository] [ github_link ] is a great place to get started! For more information
8989about 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
9494CUDA 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
9797simulation, which is held to its own respective license.
9898
9999[ github_link ] : https://github.com/NVIDIA/cuda-quantum/
0 commit comments