Skip to content

Latest commit

 

History

105 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PhRAMPT OVERVIEW

The Phonon Replication And Modeling/Plotting Tool (PhRAMPT) is a tool used assess the accuracy of interatomic potentials by comparing phonon dispersions generated in LAMMPS to DFT generated data.

While there are existing packages that compute phonons within LAMMPS, such as Phonopy and the PHONON package in LAMMPS, they offer much more functionality which naturally increases the complexity when using these packages.

This package is designed to be very straightforward in its use, offering phonon dispersion comparisons in as little as 5 lines of Python script. What this package lacks in functionality it makes up for in ease of use. Further, extracting phonon frequencies for user-customized post-processing has been made easy allowing this package to be extended by users in nearly any way they desire.


INSTALLATION INSTRUCTIONS

  1. Inside that directory type on the command line
    "git clone https://github.com/pcross0405/PhRAMPT.git"

  2. Type "cd PhRAMPT"

  3. Make sure you have python's build tool up to date with
    "python3 -m pip install --upgrade build"

  4. Once up to date type
    "python3 -m build"

  5. This should create a "dist" directory with a .whl file inside

  6. On the command line type
    "pip install dist/*.whl"


DEPENDENCIES

REQUIRED FOR CALCULATING PHONON FREQUENCIES

REQUIRED FOR PLOTTING

One of the following two can be used currently.

REQUIRED FOR DFT COMPARISON

Currently only comparsion with VASP is supported, further, only VASP compiled with HDF5 support. Comparisons using the VASP OUTCAR file and other DFT packages will come in future updates.


REPORTING ISSUES

Please report any issues here


TUTORIAL

TBA

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages