@@ -12,6 +12,27 @@ 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.9.1 **
16
+
17
+ This release adds support for using
18
+ `Amazon Braket <https://nvidia.github.io/cuda-quantum/0.9.1/using/backends/hardware.html#amazon-braket >`__ and
19
+ `Infeqtion's Superstaq <https://nvidia.github.io/cuda-quantum/0.9.1/using/backends/hardware.html#infleqtion >`__ as backends.
20
+
21
+ Starting with this release, all C++ quantum kernels will be processed by the `nvq++ ` compiler regardless of whether
22
+ they run on a simulator or on a quantum hardware backend. This change is largely non-breaking, but language constructs
23
+ that are not officially supported within quantum kernels will now lead to a compilation error whereas previously they
24
+ could be used when executing on a simulator only. The previous behavior can be forced by passing the `--library-mode `
25
+ flag to the compiler. Please note that if you do so, however, the code will never be executable outside of a simulator
26
+ and may not be supported even on simulators.
27
+
28
+ - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum >`__
29
+ - `Python wheel <https://pypi.org/project/cudaq/0.9.1 >`__
30
+ - `C++ installer <https://github.com/NVIDIA/cuda-quantum/releases/0.9.1 >`__
31
+ - `Documentation <https://nvidia.github.io/cuda-quantum/0.9.1 >`__
32
+ - `Examples <https://github.com/NVIDIA/cuda-quantum/tree/releases/v0.9.1/docs/sphinx/examples >`__
33
+
34
+ The full change log can be found `here <https://github.com/NVIDIA/cuda-quantum/releases/0.9.1 >`__.
35
+
15
36
**0.9.0 **
16
37
17
38
We are very excited to share a new toolset added for modeling and manipulating the dynamics of physical systems.
@@ -21,12 +42,12 @@ The 0.9.0 release furthermore includes a range of contribution to add new backen
21
42
from `Anyon Technologies <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/hardware.html#anyon-technologies-anyon-computing >`__,
22
43
`Ferimioniq <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/simulators.html#fermioniq >`__, and
23
44
`QuEra Computing <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/hardware.html#quera-computing >`__,
24
- as well as updates to existing backends from `ORCA <https://nvidia.github.io/cuda-quantum/latest /using/backends/hardware.html#orca-computing >`__
45
+ as well as updates to existing backends from `ORCA <https://nvidia.github.io/cuda-quantum/0.9.0 /using/backends/hardware.html#orca-computing >`__
25
46
and `OQC <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/hardware.html#oqc >`__.
26
47
We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q.
27
48
28
- - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum >`__
29
- - `Python wheel <https://pypi.org/project/cuda-quantum /0.9.0 >`__
49
+ - `Docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/quantum/containers/cuda-quantum/tags >`__
50
+ - `Python wheel <https://pypi.org/project/cudaq /0.9.0 >`__
30
51
- `C++ installer <https://github.com/NVIDIA/cuda-quantum/releases/0.9.0 >`__
31
52
- `Documentation <https://nvidia.github.io/cuda-quantum/0.9.0 >`__
32
53
- `Examples <https://github.com/NVIDIA/cuda-quantum/tree/releases/v0.9.0/docs/sphinx/examples >`__
0 commit comments