From 2bdd0d04c6983a7627cee97139c2bf30aca804ef Mon Sep 17 00:00:00 2001 From: refraction-ray Date: Sun, 2 Feb 2025 11:20:32 +0800 Subject: [PATCH] version1.2.0 --- CHANGELOG.md | 4 ++++ tensorcircuit/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34289f0..4c61ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v1.2.0 + ### Added - Add initial draft on stabilizer simulation using stim backend @@ -14,6 +16,8 @@ - Better contractor infrastructures with "breakpoint" contractor to simply get the networks +- Contractor and quantum operator codebase refactored: enable distributed computation power + ## 1.1.0 ### Added diff --git a/tensorcircuit/__init__.py b/tensorcircuit/__init__.py index 2e8a025..97d339f 100644 --- a/tensorcircuit/__init__.py +++ b/tensorcircuit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.0" +__version__ = "1.2.0" __author__ = "TensorCircuit Authors" __creator__ = "refraction-ray"