lammps/examples/USER/phonon/4-Graphene
Richard Berger d6800405a5 Fix more typos in examples 2017-03-07 00:57:23 -05:00
..
Graphene.bin.6000000 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
Graphene.log git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
README Fix more typos in examples 2017-03-07 00:57:23 -05:00
SiC.tersoff git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
data.pos git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
in.disp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
in.graphene git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
map.in git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
pdisp.dat git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
pdisp.eps git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
pdisp.gnuplot git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00
plot.disp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14369 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-12-15 16:03:53 +00:00

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 potential.

The files under this directory:

 1) Graphene.bin.6000000   : last output binary file by fix-phonon
 2) Graphene.log           : log file for fix-phonon
 3) SiC.tersoff            : Tersoff potential file for SiC
 4) data.pos               : LAMMPS input file
 5) pdisp.dat              : phonon dispersion data from Graphene.bin.6000000
 6) in.disp                : input file to get disp.dat by phana
 7) in.graphene            : LAMMPS input file
 8) log.lammps             : LAMMPS log file
 9) map.in                 : LAMMPS input file for fix-phonon
10) pdisp.eps              : figure of phonon dispersion curves
11) plot.disp              : gnuplot script to generate pdisp.eps
12) pdisp.gnuplot          : gnuplot script to generate pdisp.eps (auto generated)
13) 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