Skip to content

Commit 953e2cf

Browse files
version0.5.0
1 parent e9b6e14 commit 953e2cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.5.0
6+
57
### Added
68

79
- Finished quantum noise modeling and simulation development stage 1. Add more quantum channels and the differentiable transformation between different channel forms. Add readout error support for sample and sample_expectation_ps methods.

tensorcircuit/__init__.py

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

0 commit comments

Comments
 (0)