Skip to content

June976/vasp-elastic-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

vasp-elastic-plot

Python scripts used for 2D and 3D materials' Young's Modulus plotting.

Main Function:

  • 2DAnisotropicElastic.py: plot 2D materials' anisotropic Young's modulus and Poisson's ratio. Like this:

  • 3DAnisotropicElastic.py: plot 3D materials' anisotropic Young's modulus. Like this:

3dmat

Usage

  • The script must be run on a linux system configured with a python3 environment.
  • The OUTCAR file generated by vasp elastic constant calculation must exist in the same directory.
  • The python3 dependent library is numpypandas and matplotlib.
  • run python3 2D(3D)AnisotropicElastic.py and you can get figure.

Main reference


more details go to: https://www.jun997.xyz/2023/03/09/0311b83de3d4.html


end.