Skip to content

Commit 942f67e

Browse files
version0.3.1
1 parent 3a2bdf7 commit 942f67e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.3.1
6+
57
### Added
68

79
- Add overload of plus sign for TensorFlow SparseTensor
@@ -10,14 +12,16 @@
1012

1113
- Add support of multiple tensor inputs for `tc.TorchLayer`
1214

13-
- Both gate index and ``expectation(_ps)`` now support negative qubit index, eg. `c.H(-1)` with the same meaning as numpy indexing
15+
- Both gate index and `expectation(_ps)` now support negative qubit index, eg. `c.H(-1)` with the same meaning as numpy indexing
1416

1517
- Add `tc.templates.measurements.parameterized_local_measurements` for local Pauli string evaluation
1618

1719
### Changed
1820

1921
- Change pytest xdist option in check_all.sh to `-n auto`
2022

23+
- Further refactor the circuit abstraction as AbstractCircuit and BaseCircuit
24+
2125
### Fixed
2226

2327
- Add `sgates`, `vgates`, `mpogates` and `gate_aliases` back to `BaseCircuit` for backward compatibility

tensorcircuit/__init__.py

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

0 commit comments

Comments
 (0)