File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.3.1
6
+
5
7
### Added
6
8
7
9
- Add overload of plus sign for TensorFlow SparseTensor
10
12
11
13
- Add support of multiple tensor inputs for ` tc.TorchLayer `
12
14
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
14
16
15
17
- Add ` tc.templates.measurements.parameterized_local_measurements ` for local Pauli string evaluation
16
18
17
19
### Changed
18
20
19
21
- Change pytest xdist option in check_all.sh to ` -n auto `
20
22
23
+ - Further refactor the circuit abstraction as AbstractCircuit and BaseCircuit
24
+
21
25
### Fixed
22
26
23
27
- 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 "
2
2
__author__ = "TensorCircuit Authors"
3
3
__creator__ = "refraction-ray"
4
4
You can’t perform that action at this time.
0 commit comments