************************ 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.9.1** This release adds support for using `Amazon Braket `__ and `Infeqtion's Superstaq `__ as backends. Starting with this release, all C++ quantum kernels will be processed by the `nvq++` compiler regardless of whether they run on a simulator or on a quantum hardware backend. This change is largely non-breaking, but language constructs that are not officially supported within quantum kernels will now lead to a compilation error whereas previously they could be used when executing on a simulator only. The previous behavior can be forced by passing the `--library-mode` flag to the compiler. Please note that if you do so, however, the code will never be executable outside of a simulator and may not be supported even on simulators. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.9.0** We are very excited to share a new toolset added for modeling and manipulating the dynamics of physical systems. The new API allows to define and execute a time evolution under arbitrary operators. For more information, take a look at the `docs `__. The 0.9.0 release furthermore includes a range of contribution to add new backends to CUDA-Q, including backends from `Anyon Technologies `__, `Ferimioniq `__, and `QuEra Computing `__, as well as updates to existing backends from `ORCA `__ and `OQC `__. We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.8.0** The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. The changes listed below highlight some of what we think will be the most useful features and changes to know about. While the listed changes do not capture all of the great contributions, we would like to extend many thanks for every contribution, in particular those from external contributors. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **0.7.1** The 0.7.1 release adds simulator optimizations with significant performance improvements and extends their functionalities. The `nvidia-mgpu` backend now supports user customization of the gate fusion level as controlled by the `CUDAQ_MGPU_FUSE` environment variable documented `here `__. It furthermore adds a range of bug fixes and changes the Python wheel installation instructions. - `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__ The full change log can be found `here `__. **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 `__