lammps/src/USER-ACKLAND
sjplimp bf1d550bfd git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6265 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-05-31 22:51:15 +00:00
..
Install.sh git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6265 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-05-31 22:51:15 +00:00
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2249 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2008-11-21 16:22:54 +00:00
compute_ackland_atom.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5896 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-04-05 19:10:43 +00:00
compute_ackland_atom.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3655 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2010-01-12 01:37:48 +00:00

README

The files in this directory are a user-contributed package for LAMMPS.

The person who created these files is Gerolf Ziegenhain
(gerolf@ziegenhain.com).  Contact him directly if you have questions.

This package implements a "compute ackland/atom" command which can be
used in a LAMMPS input script.  Like other per-atom compute commands,
the results can be accessed when dumping atom information to a file,
or by other fixes that do averaging of various kinds.  See the
documentation files for these commands for details.

The Ackland computation is a means of detecting local lattice
structure around an atom, as described in G. Ackland,
PRB(2006)73:054104.

The output is a number with the following mapping:

enum{UNKNOWN,BCC,FCC,HCP,ICO};

or in other words:

0 == UNKNOWN
1 == BCC
2 == FCC
3 == HCP
4 == ICO