Skip to content

Commit 2bdd0d0

Browse files
version1.2.0
1 parent 423a6a4 commit 2bdd0d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v1.2.0
6+
57
### Added
68

79
- Add initial draft on stabilizer simulation using stim backend
@@ -14,6 +16,8 @@
1416

1517
- Better contractor infrastructures with "breakpoint" contractor to simply get the networks
1618

19+
- Contractor and quantum operator codebase refactored: enable distributed computation power
20+
1721
## 1.1.0
1822

1923
### Added

tensorcircuit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"
22
__author__ = "TensorCircuit Authors"
33
__creator__ = "refraction-ray"
44

0 commit comments

Comments
 (0)