Skip to content

Vizualisation of Atomic Contributions to Phonon Modes

License

Notifications You must be signed in to change notification settings

pauliwu/AtomicContributions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Zenodo Build Status

AtomicContributions

This python package can visualize the contribution of each atom to the phonon modes at the Gamma point. To do so, you need Phonopy and VASP.


What to cite

Please cite the following:

  1. J. George, R. Wang, U. Englert, R. Dronskowski, J. Chem. Phys. 2017, 147, 074112.
  2. Janine George, & Richard Dronskowski. (2019, June 4). JaGeo/AtomicContributions: AtomicContributions (Version 1.5). Zenodo. http://doi.org/10.5281/zenodo.3238658 (Bibtex).

Of course, also VASP and Phonopy.

Intallation

You can simply install this package via pip install AtomicContributions-JaGeo.

To use this package you need to install Phonopy correctly. Furthermore, numpy and matplotlib are required. Also, the python path should be exported correctly.

How to

  1. Perform a phonon calculation with Phonopy and VASP (finite displacements or DFPT) (More information on this procedure)
  2. Generate the FORCE_SETS or FORCE_CONSTANTS file
  3. If neccessary calculate the BORN charges (More information on this procedure) and the BORN file
  4. Download this repository, export the Python path correctly
  5. Copy an example script, adapt the names of the files, the supercell size (the one you used for the phonon calculation!) and include the rotational matrix to arrive at the primitive cell if necessary.
  6. Run the script

Result

You will arrive at a nice plot visualizing all atomic contributions to modes.

Todo

  1. Other functionalities
  2. Include error handling. Not included so far. Thus, be careful.

Information about the Author

About

Vizualisation of Atomic Contributions to Phonon Modes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%