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

update: 2dof-entropy performance #171

Closed ansatzX closed 4 months ago

ansatzX commented 4 months ago

past: put dofs in calc-function one by one, build tree mutil-times

now put all dofs in calc-function, build tree only once

add rdm input as entropy-calc function optional input, to imporve performance when we need it to be stored.

liwt31 commented 4 months ago

Nice improvement and thanks for all the doc/typo updates!