From ccdde8dc61b10d6802d2ea06023006400a6a5294 Mon Sep 17 00:00:00 2001 From: Pablo Andres-Martinez <104848389+PabloAndresCQ@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:12:48 +0100 Subject: [PATCH] Release 0.10.0 (#173) --- _metadata.py | 2 +- docs/changelog.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_metadata.py b/_metadata.py index 6a49d386..34c34a1c 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.9.0" +__extension_version__ = "0.10.0" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index d2c71682..db8f665a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,13 +3,14 @@ Changelog ~~~~~~~~~ -Unreleased ----------- +0.10.0 (October 2024) +--------------------- * New API: ``GeneralBraOpKet`` for exact calculation of arbitrary ```` values. Can be used to calculate inner products, expectation values and arbitrary matrix elements. * New feature: both ``GeneralState`` and ``GeneralBraOpKet`` admit circuits with parameterised gates. * New feature: ``GeneralState`` has a new method ``get_amplitude`` to obtain the amplitude of computational basis states. * New feature: ``GeneralState`` and ``CuTensorNetShotsBackend`` now support RNG seeds for sampling. +* Docs: three tutorials added to the documentation. * Deprecated ``TensorNetwork`` object. It is still available for the sake of backwards compatibility, but it has been removed from doc pages. 0.9.0 (October 2024)