From dfcdcf3c3866389dec33ba53c9a72de8833cf52b Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Fri, 7 Jun 2024 15:23:52 +0100 Subject: [PATCH] Updated changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 11cc6d38..a53343c6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Unreleased ---------- +* New API: ``GeneralState`` for exact simulation of circuits via contraction-path optimisation. Currently supports ``get_statevector()`` and ``expectation_value()``. * New feature: ``add_qubit`` to add fresh qubits at specified positions in an ``MPS``. * New feature: added an option to ``measure`` to toggle destructive measurement on/off. Currently only supported for ``MPS``. * New feature: a seed can now be provided to ``Config`` objects, providing reproducibility across ``StructuredState`` simulations.