Building Kernels ------------------------- This section will cover the most basic CUDA-Q construct, a quantum kernel. Topics include, building kernels, initializing states, and applying gate operations. .. tab:: Python .. literalinclude:: ../../examples/python/building_kernels.py :language: python