We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fc061 commit 8538e7aCopy full SHA for 8538e7a
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.8.0
6
+
7
### Added
8
9
- Add `initial_mapping` circuit method to return a new circuit with given `logical_physical_mapping`
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.7.0"
+__version__ = "0.8.0"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments