From 968100b80813d387e8b4e2ee2f746835f19e4156 Mon Sep 17 00:00:00 2001 From: cmendl <9061478+cmendl@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:07:27 +0000 Subject: [PATCH 1/4] feat: :card_file_box: add component "PyTeNet" from Issue #159 --- _components/pytenet.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _components/pytenet.md diff --git a/_components/pytenet.md b/_components/pytenet.md new file mode 100644 index 0000000..605306c --- /dev/null +++ b/_components/pytenet.md @@ -0,0 +1,15 @@ +--- +title: PyTeNet +languages: + - Python +links: + docs: https://pytenet.readthedocs.io + github: https://github.com/cmendl/pytenet + releases: https://pypi.org/project/pytenet/ +maintainers: + - TUM-QC +--- + +**PyTeNet** is a didactic Python implementation of quantum tensor network operations and simulations within the matrix product state framework. + +Features include matrix product state and operator classes, constructing common Hamiltonians as MPOs, converting arbitrary operator chains to MPOs, TDVP time evolution, DMRG algorithm, and built-in support for additive quantum numbers. From 6820718e8ca8db2b9636bcd04c85ac5b9656ad6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:07:41 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _components/pytenet.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_components/pytenet.md b/_components/pytenet.md index 605306c..6ee503a 100644 --- a/_components/pytenet.md +++ b/_components/pytenet.md @@ -10,6 +10,9 @@ maintainers: - TUM-QC --- -**PyTeNet** is a didactic Python implementation of quantum tensor network operations and simulations within the matrix product state framework. +**PyTeNet** is a didactic Python implementation of quantum tensor network operations and simulations +within the matrix product state framework. -Features include matrix product state and operator classes, constructing common Hamiltonians as MPOs, converting arbitrary operator chains to MPOs, TDVP time evolution, DMRG algorithm, and built-in support for additive quantum numbers. +Features include matrix product state and operator classes, constructing common Hamiltonians as +MPOs, converting arbitrary operator chains to MPOs, TDVP time evolution, DMRG algorithm, and +built-in support for additive quantum numbers. From 49bdc9a37ff0f0386e23449abd9cfcab1bd8ce51 Mon Sep 17 00:00:00 2001 From: Damian Rovara <93778306+DRovara@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:22:37 +0200 Subject: [PATCH 3/4] update summary Signed-off-by: Damian Rovara <93778306+DRovara@users.noreply.github.com> --- _components/pytenet.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/_components/pytenet.md b/_components/pytenet.md index 6ee503a..d02ca33 100644 --- a/_components/pytenet.md +++ b/_components/pytenet.md @@ -10,9 +10,6 @@ maintainers: - TUM-QC --- -**PyTeNet** is a didactic Python implementation of quantum tensor network operations and simulations -within the matrix product state framework. - -Features include matrix product state and operator classes, constructing common Hamiltonians as -MPOs, converting arbitrary operator chains to MPOs, TDVP time evolution, DMRG algorithm, and -built-in support for additive quantum numbers. +A didactic Python implementation of quantum tensor network operations and simulations within +the matrix product state framework. It features conversion of arbitrary operator chains to +MPOs, the DMRG algorithm, and TDVP time evolution. From 740fe4c535899d108717072da5c380d28719a871 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:22:48 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _components/pytenet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_components/pytenet.md b/_components/pytenet.md index d02ca33..e83ac99 100644 --- a/_components/pytenet.md +++ b/_components/pytenet.md @@ -10,6 +10,6 @@ maintainers: - TUM-QC --- -A didactic Python implementation of quantum tensor network operations and simulations within -the matrix product state framework. It features conversion of arbitrary operator chains to -MPOs, the DMRG algorithm, and TDVP time evolution. +A didactic Python implementation of quantum tensor network operations and simulations within the +matrix product state framework. It features conversion of arbitrary operator chains to MPOs, the +DMRG algorithm, and TDVP time evolution.