CUDA Quantum Basics ******************* Here we demonstrate the unique aspects of the CUDA Quantum programming model via illustrative tutorials and discussions. We use these examples to drive the discussion for how CUDA Quantum is intended to be leveraged in the development of quantum-classical application codes. .. toctree:: :caption: CUDA Quantum Basics :maxdepth: 1 CUDA Quantum Prerequisites Compiling CUDA Quantum Programs What is a CUDA Quantum Kernel? Allocating Quantum Memory Runtime Versus Compile-time Kernels Generic Library Functions Creating Kernels at Runtime Variational Algorithms Multi-processor Platforms Debugging and Verbose Logging