2007-10-04 23:05:42 +08:00
|
|
|
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
|
|
:link(ld,Manual.html)
|
|
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
compute ackland/atom command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
|
|
|
compute ID group-ID ackland/atom :pre
|
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command
|
|
|
|
ackland/atom = style name of this compute command :ul
|
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
compute 1 all ackland/atom :pre
|
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
|
|
|
Defines a computation that calculates the local lattice structure
|
2008-01-04 08:56:10 +08:00
|
|
|
according to the formulation given in "(Ackland)"_#Ackland.
|
2007-10-04 23:05:42 +08:00
|
|
|
|
|
|
|
In contrast to the "centro-symmetry
|
|
|
|
parameter"_compute_centro_atom.html this method is stable against
|
|
|
|
temperature boost, because it is based not on the distance between
|
|
|
|
particles but the angles. Therefore statistical fluctuations are
|
|
|
|
averaged out a little more. A comparison with the Common Neighbor
|
2008-01-04 08:56:10 +08:00
|
|
|
Analysis metric is made in the paper.
|
2007-10-04 23:05:42 +08:00
|
|
|
|
|
|
|
The result is a number which is mapped to the following different
|
|
|
|
lattice structures:
|
|
|
|
|
2008-11-17 22:56:58 +08:00
|
|
|
0 = UNKNOWN
|
|
|
|
1 = BCC
|
|
|
|
2 = FCC
|
|
|
|
3 = HCP
|
|
|
|
4 = ICO :ul
|
2007-10-04 23:05:42 +08:00
|
|
|
|
|
|
|
The neighbor list needed to compute this quantity is constructed each
|
|
|
|
time the calculation is performed (i.e. each time a snapshot of atoms
|
|
|
|
is dumped). Thus it can be inefficient to compute/dump this quantity
|
|
|
|
too frequently or to have multiple compute/dump commands, each of
|
|
|
|
which computes this quantity.-
|
|
|
|
|
2008-01-04 08:56:10 +08:00
|
|
|
[Output info:]
|
|
|
|
|
2011-08-28 05:50:07 +08:00
|
|
|
This compute calculates a per-atom vector, which can be accessed by
|
|
|
|
any command that uses per-atom values from a compute as input. See
|
2011-12-14 04:43:36 +08:00
|
|
|
"Section_howto 15"_Section_howto.html#howto_15 for an overview of
|
|
|
|
LAMMPS output options.
|
2008-01-04 08:56:10 +08:00
|
|
|
|
2008-05-16 06:05:51 +08:00
|
|
|
[Restrictions:]
|
|
|
|
|
2011-08-27 02:53:00 +08:00
|
|
|
This compute is part of the USER-MISC package. It is only enabled if
|
|
|
|
LAMMPS was built with that package. See the "Making
|
2011-08-26 00:46:23 +08:00
|
|
|
LAMMPS"_Section_start.html#start_3 section for more info.
|
2007-10-04 23:05:42 +08:00
|
|
|
|
2011-08-28 05:50:07 +08:00
|
|
|
The per-atom vector values will be unitless since they are the
|
|
|
|
integers defined above.
|
|
|
|
|
2007-10-04 23:05:42 +08:00
|
|
|
[Related commands:]
|
|
|
|
|
|
|
|
"compute centro/atom"_compute_centro_atom.html
|
|
|
|
|
|
|
|
[Default:] none
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
:link(Ackland)
|
|
|
|
[(Ackland)] Ackland, Jones, Phys Rev B, 73, 054104 (2006).
|