🗃️ Add component "ChemTensor" from Issue #157 - #158
Conversation
|
| **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. |
There was a problem hiding this comment.
We typically only have single-paragraph summaries of a couple of lines, so it would likely be best to also apply that here for consistency reasons. One potential suggestion (but feel free to write up your own if you also want to include more features in more detail):
| **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. | |
| An implementation of tensor network algorithms tailored for chemical systems. It features the representation of common Hamiltonians as MPOs, tree tensor network topologies, and more. |
There was a problem hiding this comment.
Thanks again! Here is a suggestion for a revised paragraph:
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.
Signed-off-by: Damian Rovara <93778306+DRovara@users.noreply.github.com>
Closes #157. This PR was automatically generated.
Summary: