Fermi-Cluster is an open source program to run tensor product based quantum chemistry by partitioning the system into clusters. Fermi-Cluster uses pyscf as a back-end for molecular systems and ray for parallelization.
-
Download
git clone https://github.com/vibinabraham/fermicluster.git cd tpsci/
-
create virtual environment (optional)
virtualenv -p python3 venv source venv/bin/activate
-
Install
pip install .
-
run tests
pytest test/*.py