symtenet
A Python library for symmetric tensor networks: NumPy-ish API on the surface, category theory under the hood.
tenet gives you block-sparse tensors that carry a symmetry exactly — SU(N), SU(2),
U(1), Z2, fermion parity and their products — through exact recoupling coefficients.
A tensor carries legs, contracts with tenet.einsum and factorizes with tenet.linalg,
the way an ndarray does. Blocks live in NumPy, JAX or PyTorch arrays through
autoray, so the same tensor runs under
jax.jit and jax.grad with its symmetry structure intact. On top of the tensor layer,
tenet.network ships finite DMRG and CTMRG.
Install
uv add symtenet # or: pip install symtenet
The core install pulls numpy, autoray, opt-einsum and racah-py, and every
symmetry works on it. Two optional extras:
uv add "symtenet[jax]" # jax>=0.10 — pytrees, jit, grad
uv add "symtenet[torch]" # torch>=2.0 — eager blocks
Quickstart
A 20-site spin-1/2 Heisenberg chain, U(1)-graded by 2 S^z, to its ground state:
from tenet.models import spin_half
from tenet.network import MPO, MPS, dmrg_
from tenet.symmetry import U1Sector
site, n = spin_half(), 20
terms = []
for i in range(n - 1):
terms.append((1.0, [(site.ops["Sz"], i), (site.ops["Sz"], i + 1)]))
terms.append((0.5, [(site.ops["S+"], i), (site.ops["S-"], i + 1)]))
terms.append((0.5, [(site.ops["S-"], i), (site.ops["S+"], i + 1)]))
h = MPO.from_terms(n, terms)
psi = MPS.product(site.phys, [U1Sector(1 if i % 2 else -1) for i in range(n)])
out = dmrg_(psi, h, chi=64)
print(out.sweeps, out.energy) # 6 -8.682473334398...
print(out.psi.entanglement_entropy()) # {bond: S}, in nats
The Néel product state's own charges put the run in the S^z_tot = 0 sector, and the
site tensors' invariance keeps it there — no projector, no penalty term.
Getting started reads this
example line by line.
With the jax extra, the same tensors are JAX pytrees: jit, grad and vmap reach
through to the blocks while the symmetry structure stays static.
import jax
import tenet
tenet.enable_jax()
t = out.psi[0].to_backend("jax")
g = jax.jit(jax.grad(lambda x: tenet.norm(x) ** 2))(t)
assert g.legs == t.legs
What it supports
- Symmetries. SU(N), SU(2), U(1), Z2, fermion parity (
fZ2) and Deligne products of any of them. Non-Abelian sectors are multiplets with exact Clebsch-Gordan, F- and R-symbols; fermionic wires carry their Koszul signs. - Tensors.
SymmetricTensorover a flat tuple ofLegs, one reduced block per allowed fusion channel.einsum,tensordot,compose,transpose,fuse,repartition,trace, andtenet.linalg'ssvd,qr,lq,eigh,eig,polar,expm,left_null, plus the truncatingsvd_truncated/eigh_truncated. - Algorithms. Finite two-site DMRG (
dmrg_, schedules, noise, excited states) with MPS/MPO containers, environment caches and measurement; CTMRG on the directionalEnvCTMand its C4v specializationEnvCTMc4v, with a differentiable fixed-bond move. - Backends. NumPy, JAX and PyTorch blocks through
autoray.tenet.enable_jax()registersSymmetricTensoras a JAX pytree, sojit,gradandvmapreach the blocks while the structure stays static metadata.
Docs
- Getting started — install and the first example.
- User guide — tensors, symmetries, contraction, Hamiltonians, DMRG, truncation, JAX, files.
- Tutorials — DMRG, fermions, SU(2), quantum chemistry, CTMRG, VMC.
- Examples — runnable files with their committed output.
- API reference — every public name.
docs/design.md— the categorical model underneath.REPOSITORY_RULES.md— process rules for contributing.
Citation
If you use symtenet in your research, please cite it:
@software{symtenet,
author = {Watanabe, Ryo},
title = {{symtenet}: a {Python} library for symmetric tensor networks
--- a {NumPy}-style {API} on the surface, category theory under
the hood},
url = {https://github.com/Ryo-wtnb11/symtenet},
license = {Apache-2.0},
year = {2026}
}
The same metadata lives in
CITATION.cff —
GitHub's "Cite this repository" button renders it as BibTeX or APA.
License
Apache License 2.0 — see LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file symtenet-0.1.0.tar.gz.
File metadata
- Download URL: symtenet-0.1.0.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ec9acb1bf785655269560a7a4187bb99cbf48a8ccbbad6cea091c65d29e9be5
|
|
| MD5 |
2e56ef77c340fa92ce32afe532446070
|
|
| BLAKE2b-256 |
b2a9581c72cb3a1cad68738a274ab567769fdc64834712ea1b2638b7e64624a5
|
Provenance
The following attestation bundles were made for symtenet-0.1.0.tar.gz:
Publisher:
release.yml on Ryo-wtnb11/symtenet
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
symtenet-0.1.0.tar.gz -
Subject digest:
2ec9acb1bf785655269560a7a4187bb99cbf48a8ccbbad6cea091c65d29e9be5 - Sigstore transparency entry: 2650493500
- Sigstore integration time:
-
Permalink:
Ryo-wtnb11/symtenet@6f1eed03640898f84e2bba1f732a815d46cc2e7f -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/Ryo-wtnb11
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6f1eed03640898f84e2bba1f732a815d46cc2e7f -
Trigger Event:
release
-
Statement type:
File details
Details for the file symtenet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: symtenet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 379.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18d77fe15e359bf4ea747c5d9911ec15738b96e68e2a4ae0ad2477ed1c4ce894
|
|
| MD5 |
741a2ebf7e049a1d82a372fe1f3460f1
|
|
| BLAKE2b-256 |
1469ea86a36f180aaaa63614969be4a82d349c86bb3b7e2e19336998308bc8f3
|
Provenance
The following attestation bundles were made for symtenet-0.1.0-py3-none-any.whl:
Publisher:
release.yml on Ryo-wtnb11/symtenet
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
symtenet-0.1.0-py3-none-any.whl -
Subject digest:
18d77fe15e359bf4ea747c5d9911ec15738b96e68e2a4ae0ad2477ed1c4ce894 - Sigstore transparency entry: 2650493532
- Sigstore integration time:
-
Permalink:
Ryo-wtnb11/symtenet@6f1eed03640898f84e2bba1f732a815d46cc2e7f -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/Ryo-wtnb11
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6f1eed03640898f84e2bba1f732a815d46cc2e7f -
Trigger Event:
release
-
Statement type: