diff --git a/_metadata.py b/_metadata.py index 6a49d38..34c34a1 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 d2c7168..db8f665 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)