Skip to content

Commit 366bba1

Browse files
committed
feat(templates): Implement unified lattice module and tests
fix: Resolve mypy issues and restore show method
1 parent 48c3726 commit 366bba1

File tree

4 files changed

+1663
-0
lines changed

4 files changed

+1663
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ docs/source/locale/zh/LC_MESSAGES/textbook.po
3131
docs/source/locale/zh/LC_MESSAGES/whitepapertoc_cn.po
3232
docs/source/locale/zh/LC_MESSAGES/textbooktoc.po
3333
test.qasm
34+
venv/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## Unreleased
4+
- Add `Lattice` module (`tensorcircuit.templates.lattice`) for creating and manipulating various lattice geometries, including `SquareLattice`, `HoneycombLattice`, and `CustomizeLattice`.
45

56
## v1.2.1
67

0 commit comments

Comments
 (0)