Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 545 Bytes

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