diff --git a/docs/sphinx/releases.rst b/docs/sphinx/releases.rst index de3e12d78b..8e455ff9dd 100644 --- a/docs/sphinx/releases.rst +++ b/docs/sphinx/releases.rst @@ -12,6 +12,27 @@ and is also available as a Docker image. More information about installing the n - `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. @@ -21,12 +42,12 @@ The 0.9.0 release furthermore includes a range of contribution to add new backen from `Anyon Technologies `__, `Ferimioniq `__, and `QuEra Computing `__, -as well as updates to existing backends from `ORCA `__ +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 `__ +- `Docker image `__ +- `Python wheel `__ - `C++ installer `__ - `Documentation `__ - `Examples `__