File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.3.1
6+
57### Added
68
79- Add overload of plus sign for TensorFlow SparseTensor
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
Original file line number Diff line number Diff line change 1- __version__ = "0.3.0 "
1+ __version__ = "0.3.1 "
22__author__ = "TensorCircuit Authors"
33__creator__ = "refraction-ray"
44
You can’t perform that action at this time.
0 commit comments