We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423a6a4 commit 2bdd0d0Copy full SHA for 2bdd0d0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v1.2.0
6
+
7
### Added
8
9
- Add initial draft on stabilizer simulation using stim backend
@@ -14,6 +16,8 @@
14
16
15
17
- Better contractor infrastructures with "breakpoint" contractor to simply get the networks
18
19
+- Contractor and quantum operator codebase refactored: enable distributed computation power
20
21
## 1.1.0
22
23
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.0"
+__version__ = "1.2.0"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments