We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46caba8 commit b706007Copy full SHA for b706007
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.4.1
6
+
7
### Added
8
9
- Add support for weighted graph QAOA in `tc.templates.blocks.QAOA_block`
@@ -30,7 +32,7 @@
30
32
31
33
- Seperate channel auto register for circuit class with unitary and general case
34
-- The old standlone depolarizing implementation can now be called via `c.depolarizing_reference`
35
+- The old standalone depolarizing implementation can now be called via `c.depolarizing_reference`
36
37
### Fixed
38
tensorcircuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.0"
+__version__ = "0.4.1"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"
0 commit comments