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 9f6d5e3 commit b6f770bCopy full SHA for b6f770b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.7.0
6
+
7
### Added
8
9
- Add `c.probability()` method to return probability amplitude
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.6.0"
+__version__ = "0.7.0"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments