From fb02f53c6bd0c1f7e9d1e3ba9882c15ea0b8a16c Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Thu, 26 Oct 2023 15:40:27 +0100 Subject: [PATCH 1/2] Metadata and changelog updated. --- _metadata.py | 2 +- docs/changelog.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_metadata.py b/_metadata.py index b3cb0440..9669f116 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.3.0" +__extension_version__ = "0.4.0" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index 6066ea60..a58aa957 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,16 @@ Changelog ~~~~~~~~~ +0.4.0 (October 2023) +-------------------- + +* API Update. Configuration of ``MPS`` simulation parameters is now done via ``ConfigMPS``. +* Added a ``value_of_zero`` parameter to ``ConfigMPS`` for the user to indicate the threshold below which numbers are so small that can be interpreted as zero. +* Added a logger to MPS methods. Use it by setting ``loglevel`` in ``ConfigMPS``. +* Improved performance of contraction across ``MPS`` methods by hardcoding the contraction paths. +* Fixed a bug that caused more MPS canonicalisation than strictly required. +* Fixed a bug where simulate would not apply the last batch of gates when using ``MPSxMPO``. + 0.3.0 (September 2023) ---------------------- From b7e7631d33db18c86b7d27d2fe9e717555e75333 Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Thu, 26 Oct 2023 15:50:34 +0100 Subject: [PATCH 2/2] Small fix in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a58aa957..892af085 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changelog * Added a logger to MPS methods. Use it by setting ``loglevel`` in ``ConfigMPS``. * Improved performance of contraction across ``MPS`` methods by hardcoding the contraction paths. * Fixed a bug that caused more MPS canonicalisation than strictly required. -* Fixed a bug where simulate would not apply the last batch of gates when using ``MPSxMPO``. +* Fixed a bug where ``simulate`` would not apply the last batch of gates when using ``MPSxMPO``. 0.3.0 (September 2023) ----------------------