Installation ************ Prerequisites ------------- * Python :code:`3.10 <= version < 3.13` * PySCF library * Numpy * Scipy * `libDMET `__ (required for periodic BE) * `Wannier90 `_ :sup:`##` | :sup:`##` :code:`Wannier90` code is optional and only necessary to use Wannier functions in periodic code. The required dependencies, with the exception of the optional :code:`Wannier90`, are automatically installed by :bash:`pip`. Installation ------------- One can just :bash:`pip install` directly from the Github repository .. code-block:: bash pip install git+https://https://github.com/troyvvgroup/quemb Alternatively one can manually clone and install as in .. code-block:: bash git clone https://https://github.com/troyvvgroup/quemb cd quemb pip install .