lammps/examples/USER/phonon/4-Graphene8e0fd8869724lammm-devel
lammps/examples/USER/phonon/4-Graphene
8e0fd8869724lammm-devel
4-Graphene
4-Graphene
README
README
This directory illustrates the usage of fix-phonon to calculate the dynamical matrix as well as phonon dispersion curve for Graphene based on a Tersoff potentail.
The files under this directory:
- Graphene.bin.6000000 : last output binary file by fix-phonon
- Graphene.log : log file for fix-phonon
- SiC.tersoff : Tersoff potential file for SiC
- data.pos : LAMMPS input file
- pdisp.dat : phonon dispersion data from Graphene.bin.6000000
- in.disp : input file to get disp.dat by phana
- in.graphene : LAMMPS input file
- log.lammps : LAMMPS log file
- map.in : LAMMPS input file for fix-phonon
- pdisp.eps : figure of phonon dispersion curves
- plot.disp : gnuplot script to generate pdisp.eps
- pdisp.gnuplot : gnuplot script to generate pdisp.eps (auto generated)
- README : this file
To run this example, simply invoke: -> lmp -in in.graphene -screen none
Once done, one can use the auxiliary analysing code "phana" to obtain "pdisp.dat" -> phana Graphene.bin.6000000 < in.disp
And then use the gnuplot script file "plot.disp" to generate pdisp.eps: -> gnuplot plot.pdisp
The resultant ``pdisp.eps'' shows the measured phonon dispersion.
NOTE: the binary file provided here might be unreadable on some computers because of
incompatibility between different architectures.
Author: Ling-Ti Kong, konglt@sjtu.edu.cn Nov 2015
c4science · Help