Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _components/chemtensor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: ChemTensor
languages:
- C
- Python
links:
docs: https://chemtensor.readthedocs.io
github: https://github.com/qc-tum/chemtensor
releases: https://pypi.org/project/chemtensor/
maintainers:
- TUM-QC
---

**ChemTensor** is a implementation of tensor network algorithms tailored for chemical systems. It is
written in C, offering a Python 3 interface for more straightforward accessibility.

Features include representation of common Hamiltonians as MPOs (including molecular Hamiltonians),
tree tensor network topologies, general MPO and TTNO construction with optimized bond dimensions
from a list of operator chains, U(1) and SU(2) symmetries, single- and two-site DMRG algorithm,
tensor hypercontraction form of molecular Hamiltonians, Basis-Update and Galerkin (BUG)
rank-adaptive time integration.
Loading