Skip to content

Python Interface for Quantum Espresso and EPW codes.

License

Notifications You must be signed in to change notification settings

condmatr/ElphonPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

ElphonPy: A simple python interface expediting electron-phonon calculations using EPW.

ElphonPy

Tutorial & full documentation coming soon!

Currently ElphonPy does not have a distributable, but this repository can be directly cloned to your home directory and import into your python files or Jupyter notebook as follows:

import sys

sys.path.append('PATH-TO-ELPHONPY')

Prerequisite packages: pymatgen, numpy, matplotlib.pyplot