TN4QA (Tensor Networks for Quantum Algorithms) is a package designed to build workflows that use tensor network methods to assist quantum algorithms.
Install from PyPI using
pip install tn4qa \
--extra-index-url https://block-hczhai.github.io/block2-preview/pypi/
From the top level of the repository you should be able to build the docs using the following
cd ./docs
make html
python3 -m http.server -d build/html 8080
so that the docs are accessible through http://localhost:8080. The documentation contains class information as well as tutorials on how to use TN4QA.