Fortran utilities required for performing Koopmans calculations with koopmans-kcp, built on top of Quantum ESPRESSO.
Specifically, these utilities are:
merge_evc.x - a program for merging wavefunction fileswann2kcp.x - a program for converting Wannier90 files into a format readable by kcp.xepsilon.x - a modified version of Quantum ESPRESSO's epsilon.xFirst, ensure you have a local installation of Quantum ESPRESSO on your machine. See https://gitlab.com/QEF/q-e for how to do this.
Having installed Quantum ESPRESSO, koopmans-qe-utils can then be installed with cmake:
mkdir build
cd build
cmake .. -DQE_ROOT=/path/to/q-e/
make
make installor with make:
./configure
make QE_ROOT=/path/to/q-e/
make installBoth cmake and ./configure take the same arguments as they do for Quantum ESPRESSO.
N.B. Use the same method (cmake or make) that you used to compile Quantum ESPRESSO.
Written and maintained by Edward Linscott, Riccardo De Gennaro, and Nicola Colonna (2020-)
For help and feedback email [email protected] or post on our Google group