shuaigroup / Renormalizer

Quantum dynamics package based on tensor network states
https://shuaigroup.github.io/Renormalizer/
Apache License 2.0
52 stars 16 forks source link

Add Tree Tensor Networks #166

Closed liwt31 closed 6 months ago

liwt31 commented 7 months ago

Related to #149

Status of the code

Functionalities

A guide to the code

The functionalities are implemented in the tn module. The original MPS/MPO implementation/interface largely remain unchanged.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 89.27987% with 262 lines in your changes are missing coverage. Please review.

Project coverage is 85.87%. Comparing base (2044db8) to head (883546a).

Files Patch % Lines
renormalizer/lib/davidson/logger.py 55.28% 55 Missing :warning:
renormalizer/lib/davidson/davidson.py 69.18% 53 Missing :warning:
renormalizer/tn/treebase.py 76.88% 43 Missing :warning:
renormalizer/sbm/lib.py 53.48% 40 Missing :warning:
renormalizer/tn/tree.py 96.41% 27 Missing :warning:
renormalizer/tn/gs.py 70.78% 26 Missing :warning:
renormalizer/mps/mps.py 92.95% 5 Missing :warning:
renormalizer/tn/hop_expr.py 95.91% 4 Missing :warning:
renormalizer/model/basis.py 84.21% 3 Missing :warning:
renormalizer/tn/node.py 96.62% 3 Missing :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #166 +/- ## ========================================== + Coverage 84.86% 85.87% +1.01% ========================================== Files 105 117 +12 Lines 10232 12342 +2110 ========================================== + Hits 8683 10599 +1916 - Misses 1549 1743 +194 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.