CUDA Quantum is a comprehensive framework for quantum programming. It features:
Using the CUDA Quantum NGC Container requires the host system to have the following installed:
Docker Engine or Singularity
NVIDIA GPU Drivers (instructions for datacenters)
For supported versions, see the release notes. No other installation, compilation, or dependency management is required.
To pull the 0.7.0 container image with Docker, enter the command:
docker pull nvcr.io/nvidia/quantum/cuda-quantum:0.7.0
To run an interactive container with Docker, enter the command:
docker run --gpus all -it nvcr.io/nvidia/quantum/cuda-quantum:0.7.0
More detailed instructions for working with our container image, including alternative ways of pulling and running the container image, can be found in the CUDA Quantum documentation
For more information about running your first CUDA Quantum application, please take a look at our Quick Start.
The CUDA Quantum documentation and source code is hosted on GitHub. Learn more about using NVIDIA Quantum Cloud here, and also take a look at the NVIDIA CUDA Quantum homepage.
CUDA Quantum is an open source project. The source code is available on GitHub and licensed under Apache License 2.0. CUDA Quantum makes use of the NVIDIA cuQuantum SDK to enable high-performance simulation, which is held to its own respective license. For more information about licenses of included components, see the the Notice.