Skip to content

Commit 2284d54

Browse files
authored
Adding 0.9.1 to the list of releases (#2483)
Signed-off-by: Bettina Heim <heimb@outlook.com>
1 parent d40cb5b commit 2284d54

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

docs/sphinx/releases.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ and is also available as a Docker image. More information about installing the n
1212
- `Documentation <https://nvidia.github.io/cuda-quantum/latest>`__
1313
- `Examples <https://github.com/NVIDIA/cuda-quantum/tree/main/docs/sphinx/examples>`__
1414

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+
1536
**0.9.0**
1637

1738
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
2142
from `Anyon Technologies <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/hardware.html#anyon-technologies-anyon-computing>`__,
2243
`Ferimioniq <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/simulators.html#fermioniq>`__, and
2344
`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>`__
2546
and `OQC <https://nvidia.github.io/cuda-quantum/0.9.0/using/backends/hardware.html#oqc>`__.
2647
We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q.
2748

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>`__
3051
- `C++ installer <https://github.com/NVIDIA/cuda-quantum/releases/0.9.0>`__
3152
- `Documentation <https://nvidia.github.io/cuda-quantum/0.9.0>`__
3253
- `Examples <https://github.com/NVIDIA/cuda-quantum/tree/releases/v0.9.0/docs/sphinx/examples>`__

0 commit comments

Comments
 (0)