Skip to content

Commit b706007

Browse files
v0.4.1
1 parent 46caba8 commit b706007

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.4.1
6+
57
### Added
68

79
- Add support for weighted graph QAOA in `tc.templates.blocks.QAOA_block`
@@ -30,7 +32,7 @@
3032

3133
- Seperate channel auto register for circuit class with unitary and general case
3234

33-
- 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`
3436

3537
### Fixed
3638

tensorcircuit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"
22
__author__ = "TensorCircuit Authors"
33
__creator__ = "refraction-ray"
44

0 commit comments

Comments
 (0)