diff --git a/.github/workflows/config/spelling_allowlist.txt b/.github/workflows/config/spelling_allowlist.txt index 4c86be37b5b..8190b576704 100644 --- a/.github/workflows/config/spelling_allowlist.txt +++ b/.github/workflows/config/spelling_allowlist.txt @@ -147,6 +147,7 @@ bmatrix bool boolean boson +bosonic broadcasted buildable callable diff --git a/docs/sphinx/releases.rst b/docs/sphinx/releases.rst index e9004542566..ba07697f130 100644 --- a/docs/sphinx/releases.rst +++ b/docs/sphinx/releases.rst @@ -12,6 +12,30 @@ and is also available as a Docker image. More information about installing the n - `Documentation `__ - `Examples `__ +**0.10.0** + +In this release we have added a range of tools for simulating noisy quantum systems. +It includes support for trajectory based noise simulation for our GPU-accelerated statevector +and tensor network simulators, and a new sampling option for better `stim` performance. We have +also expanded the range of noise models, and added an `apply_noise` "gate". This release adds +the C++ support for the CUDA-Q `dynamics` backend (a master equation solver), as well as operator +classes for fermionic, bosonic and custom operators. This release also includes support for +submitting to `Pasqal `__ +backends, and adds C++ support for +`QuEra `__ +backends. Check out our `documentation `__, including +new tutorials and examples, for more information. + +*Note*: Support for CUDA 11 will be removed in future releases. Please update to CUDA 12. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + **0.9.1** This release adds support for using @@ -25,7 +49,7 @@ could be used when executing on a simulator only. The previous behavior can be f 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 `__ +- `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__