Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 2.03 KB

CHANGELOG.org

File metadata and controls

28 lines (27 loc) · 2.03 KB

v1.1

New features added/improvements made

  • 4-phonon interactions. #71
  • Phonon-thin-film scattering. #81
  • Exact in-scattering correction due to phonon-isotope and electron-impurity scattering. #104
  • Scissor operation to the conduction band. #83
  • Distributed coarray of real-space, Wannier-rep electron-phonon matrix elements. #62
  • Improved method for electron-charged impurity scattering following Ganose et al. Nat. Comm. 12:2222 (2021) and Leveillee et al. PRB 107, 125207 (2023)
  • Portable precision using iso_fortran_env. #79
  • Building with CMake and fpm (fortran package manager).#70
  • Delta function evaulator is chosen outside of the internal summation loops over states. #105
  • Superconductivity app, superconda. #87
  • Set up unit testing with testify.
  • Set up Github actions.
  • Updated to epw v5.3.1. #93
  • (Experimental) Offloading to accelerators using OpenACC. #63
  • (Experimental) Interface between exciting and elphbolt + superconda. #85

Removed/no longer supported

  • Building with make.
  • Old method for electron-charged impurity scattering.

Fixed

  • Bug in the units of the spectral alpha/T in the post-processing step. #109

v1.0.1

Added

  • New abstract data type (ADT) called “particle”. The “phonon” and “electron” ADTs are now inherited from “particle”.

Fixed

  • Bug in the dipole correction of the e-ph matrix elements.