EPW v6.0 Release

General discussion around the EPW software

Moderator: stiwari

Locked
stiwari
Posts: 68
Joined: Mon Jun 26, 2023 9:48 pm
Affiliation: UT Austin

EPW v6.0 Release

Post by stiwari »

EPW version 6.0 has been released. You can read more regarding the release on the EPW website: https://docs.epw-code.org/doc/Releases.html.

To download and install this version refer to the EPW Download and Install page: https://docs.epw-code.org/doc/DownloadAndInstall.html.

We have implemented multiple new features in EPW v6.0. These features are the following:
  • Time-dependent Boltzmann transport equation for ultrafast dynamics
  • Two-Level parallelization over both k and q-grids. k -grids are parallelized over pools (inner level) and q-grids are parallelized over images (outer level). With a proper choice of pool and image parallelization one can achieve speedups up to 40x in certain cases
      • To run with two-level parallelization use

        Code: Select all

        mpirun -np <nprocs> epw.x -nk <npool> -ni <nimage> -in epw2.in > epw2.out
        • It should be noted that
          nprocs= npool* nimage
      • Printing of both the real and the imaginary part of electron-phonon matrix element when we use prtgkk = True
      • A more robust Wigner-Seitz search and summation
      Apart from new features, we have fixed multiple bugs including:
      • Population problem when using assume_metal in IBTE calculations
      • Change in default eps_acoustic (if phonon energy is below eps_acoustic, the electron-phonon interactions are ignored for such modes) from 0.5 meV to 0.01 meV
      Locked