Skip to content

Commit

Permalink
Release 0.10.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ authored Oct 25, 2024
1 parent 4ac5713 commit ccdde8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.9.0"
__extension_version__ = "0.10.0"
__extension_name__ = "pytket-cutensornet"
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.10.0 (October 2024)
---------------------

* New API: ``GeneralBraOpKet`` for exact calculation of arbitrary ``<bra|op|ket>`` 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)
Expand Down

0 comments on commit ccdde8d

Please sign in to comment.