Installation¶
Prerequisites¶
##
Wannier90 code is optional and only necessary to use Wannier functions in periodic code.The required dependencies, with the exception of the optional Wannier90,
are automatically installed by pip.
Installation¶
One can just pip install directly from the Github repository
pip install git+https://https://github.com/troyvvgroup/quemb
Alternatively one can manually clone and install as in
git clone https://https://github.com/troyvvgroup/quemb
cd quemb
pip install .