Skip to content
Merged
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
17 changes: 17 additions & 0 deletions _components/chemtensor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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
---

An implementation of tensor network algorithms tailored for chemical systems, written in C and
offering a Python interface. It features chain and tree topologies, general MPO and TTNO
construction with optimized bond dimensions, abelian and non-abelian symmetries, the tensor
hypercontraction form of molecular Hamiltonians, and the DMRG and BUG algorithms.
Loading