Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 605 Bytes

SolidState-dont-Evaporate

S O L I D S T A T E P H Y S I C S

Required packages

  • pymatgen - analyzing material structures, VASP outputs, and plotter modules conda install --channel conda-forge pymatgen or pip install pymatgen
  • effmass - analyzing the effective mass at the band gap pip install effmass
  • matplotlib - python plotting module python -m pip install -U pip python -m pip install -U matplotlib or conda install matplotlib