We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec96ff commit a204aaaCopy full SHA for a204aaa
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.2.1
6
+
7
### Added
8
9
- Add `enable_lightcone` option in circuit `expectation` method, where only gates within casual lightcone of local observable is contracted.
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments