************************ CUDA-Q Releases ************************ **latest** The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ and is also available as a Docker image. More information about installing the nightly builds can be found :doc:`here ` - `Docker image (nightly builds) `__ - `Documentation `__ - `Examples `__ **0.7.0** The 0.7.0 release adds support for using :doc:`NVIDIA Quantum Cloud `, giving you access to our most powerful GPU-accelerated simulators even if you don't have an NVIDIA GPU. With 0.7.0, we have furthermore greatly increased expressiveness of the Python and C++ language frontends. Check out our `documentation `__ to get started with the new Python syntax support we have added, and `follow our blog `__ to learn more about the new setup and its performance benefits. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.6.0** The 0.6.0 release contains improved support for various HPC scenarios. We have added a :ref:`plugin infrastructure ` for connecting CUDA-Q with an existing MPI installation, and we've added a :ref:`new platform target ` that distributes workloads across multiple virtual QPUs, each simulated by one or more GPUs. Starting with 0.6.0, we are now also distributing :ref:`pre-built binaries ` for using CUDA-Q with C++. The binaries are built against the `GNU C library `__ version 2.28. We've added a detailed :doc:`Building from Source ` guide to build these binaries for older `glibc` versions. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.5.0** With 0.5.0 we have added support for quantum kernel execution on OQC and IQM backends. For more information, see :doc:`using/backends/hardware`. CUDA-Q now allows to executing adaptive quantum kernels on quantum hardware backends that support it. The 0.5.0 release furthermore improves the tensor network simulation tools and adds a matrix product state simulator, see :doc:`using/backends/simulators`. Additionally, we are now publishing images for experimental features, which currently includes improved Python language support. Please take a look at :doc:`using/install/install` for more information about how to obtain them. - `Docker image `__ - `Python wheel `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.4.1** The 0.4.1 release adds support for ARM processors in the form of multi-platform Docker images and `aarch64` Python wheels. Additionally, all GPU-based backends are now included in the Python wheels as well as in the Docker image. - `Docker image `__ - `Python wheel `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.4.0** CUDA-Q is now available on PyPI! The 0.4.0 release adds support for quantum kernel execution on Quantinuum and IonQ backends. For more information, see :doc:`using/backends/hardware`. The 0.4.0 PyPI release does not yet include all of the GPU-based backends. The fully featured version is available as a Docker image for `linux/amd64` platforms. - `Docker image `__ - `Python wheel `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.3.0** The 0.3.0 release of CUDA-Q is available as a Docker image for `linux/amd64` platforms. - `Docker image `__ - `Documentation `__ - `Examples `__