Skip to content

Commit 2b6dc36

Browse files
Merge branch 'fix-hardcoded-dtype-consistency' of https://github.com/DeanTMaxim/tensorcircuit-ng into ngpr119
2 parents 3986b1d + f06b7ba commit 2b6dc36

10 files changed

Lines changed: 1142 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@
2020

2121
- Add support for OMECO contraction path finder.
2222

23+
- Add pure-Python pytree utilities for the abstract backend.
24+
25+
### Changed
26+
27+
- Replace hardcoded `np.complex128`/`np.complex64` with `cons.npdtype`/`dtypestr` in gates and translation modules, making the codebase respect `tc.set_dtype()`.
28+
2329
### Fixed
2430

25-
- Fix sparse Pauli propagation aggregation, initial truncation, multi-word bit-packing, and unsupported multi-qubit gate handling.
31+
- Fix `numpy_backend.cast()`, `jax_backend.cast()`, and `pytorch_backend.cast()` to correctly handle Python scalar inputs.
2632

33+
- Fix sparse Pauli propagation aggregation, initial truncation, multi-word bit-packing, and unsupported multi-qubit gate handling.
2734
## v1.6.0
2835

2936
### Added

0 commit comments

Comments
 (0)