Installation ************ Prerequisites ------------- * Python 3.6 or higher * PySCF library * Numpy * Scipy * libDMET :sup:`##` (required for periodic BE) * `Wannier90 `_ :sup:`&&` (to use Wannier functions) | :sup:`##` The modified version of `libDMET `_ available at `here `_ is recommended to run periodic BE using QuEmb. | :sup:`&&` Wannier90 code is interfaced via `libDMET `_ in QuEmb Obtain the source code ---------------------- Clone the Github repository:: git clone https://github.com/oimeitei/quemb.git pip install ----------- :: pip install . Add to ``PYTHONPATH`` --------------------- Simply add ``path/to/quemb`` to ``PYTHONPATH`` :: export PYTHONPATH=/path/to/quemb:$PYTHONPATH Conda or virtual environment ---------------------------- For conda (or virtual environment) installations, after creating your environment, specify the path to mol-be source as a path file, as in:: echo path/to/quemb > $(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")/quemb.pth