Installation

Requirements

Optional:

  • QEpy (to use Quantum ESPRESSO as KS-DFT engine (others available upon request))

  • pyFFTW (Fast Fourier Transform)

Installation from source

Git:

You can get the source from gitlab like this:

$ git clone https://gitlab.com/pavanello-research-group/edftpy.git
$ python -m pip install ./edftpy

or simpler:

$ python -m pip install git+https://gitlab.com/pavanello-research-group/edftpy.git

Note

Because eDFTpy still under active development, non-backward-compatible changes can happen at any time. Please, clone the lastest release often.