@@ -12,6 +12,30 @@ and is also available as a Docker image. More information about installing the n
12
12
- `Documentation <https://nvidia.github.io/cuda-quantum/latest >`__
13
13
- `Examples <https://github.com/NVIDIA/cuda-quantum/tree/main/docs/sphinx/examples >`__
14
14
15
+ **0.10.0 **
16
+
17
+ In this release we have added a range of tools for simulating noisy quantum systems.
18
+ It includes support for trajectory based noise simulation for our GPU-accelerated statevector
19
+ and tensor network simulators, and a new sampling option for better `stim ` performance. We have
20
+ also expanded the range of noise models, and added an `apply_noise ` "gate". This release adds
21
+ the C++ support for the CUDA-Q `dynamics ` backend (a master equation solver), as well as operator
22
+ classes for fermionic, bosonic and custom operators. This release also includes support for
23
+ submitting to `Pasqal <https://nvidia.github.io/cuda-quantum/0.10.0/using/backends/hardware/neutralatom.html#pasqal >`__
24
+ backends, and adds C++ support for
25
+ `QuEra <https://nvidia.github.io/cuda-quantum/0.10.0/using/backends/hardware/neutralatom.html#quera-computing >`__
26
+ backends. Check out our `documentation <https://nvidia.github.io/cuda-quantum/0.10.0 >`__, including
27
+ new tutorials and examples, for more information.
28
+
29
+ *Note *: Support for CUDA 11 will be removed in future releases. Please update to CUDA 12.
30
+
31
+ - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum >`__
32
+ - `Python wheel <https://pypi.org/project/cudaq/0.10.0 >`__
33
+ - `C++ installer <https://github.com/NVIDIA/cuda-quantum/releases/0.10.0 >`__
34
+ - `Documentation <https://nvidia.github.io/cuda-quantum/0.10.0 >`__
35
+ - `Examples <https://github.com/NVIDIA/cuda-quantum/tree/releases/v0.10.0/docs/sphinx/examples >`__
36
+
37
+ The full change log can be found `here <https://github.com/NVIDIA/cuda-quantum/releases/0.10.0 >`__.
38
+
15
39
**0.9.1 **
16
40
17
41
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
25
49
flag to the compiler. Please note that if you do so, however, the code will never be executable outside of a simulator
26
50
and may not be supported even on simulators.
27
51
28
- - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum >`__
52
+ - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum/tags >`__
29
53
- `Python wheel <https://pypi.org/project/cudaq/0.9.1 >`__
30
54
- `C++ installer <https://github.com/NVIDIA/cuda-quantum/releases/0.9.1 >`__
31
55
- `Documentation <https://nvidia.github.io/cuda-quantum/0.9.1 >`__
0 commit comments