diff --git a/_components/chemtensor.md b/_components/chemtensor.md new file mode 100644 index 0000000..17e4807 --- /dev/null +++ b/_components/chemtensor.md @@ -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.