2007-02-10 05:40:32 +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
|
|
|
|
|
2007-02-21 08:18:01 +08:00
|
|
|
compute centro/atom command :h3
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
2007-02-21 08:18:01 +08:00
|
|
|
compute ID group-ID centro/atom :pre
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command
|
2007-02-21 08:18:01 +08:00
|
|
|
centro/atom = style name of this compute command :ul
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
2007-02-21 08:18:01 +08:00
|
|
|
compute 1 all centro/atom :pre
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
|
|
|
Define a computation that calculates the centro-symmetry parameter for
|
2009-01-20 01:17:01 +08:00
|
|
|
each atom in the group. In solid-state systems the centro-symmetry
|
2007-07-03 03:59:42 +08:00
|
|
|
parameter is a useful measure of the local lattice disorder around an
|
|
|
|
atom and can be used to characterize whether the atom is part of a
|
|
|
|
perfect lattice, a local defect (e.g. a dislocation or stacking
|
|
|
|
fault), or at a surface.
|
2007-02-10 05:40:32 +08:00
|
|
|
|
2007-11-20 23:37:16 +08:00
|
|
|
The value of the centro-symmetry parameter will be 0.0 for atoms not
|
|
|
|
in the specified compute group.
|
|
|
|
|
2007-02-10 05:40:32 +08:00
|
|
|
This parameter is computed using the following formula from
|
|
|
|
"(Kelchner)"_#Kelchner
|
|
|
|
|
|
|
|
:c,image(Eqs/centro_symmetry.jpg)
|
|
|
|
|
2008-04-07 23:58:34 +08:00
|
|
|
where the 12 nearest neighbors are found (for fcc lattices) and Ri and
|
|
|
|
Ri+6 are the vectors from the central atom to the opposite pair of
|
|
|
|
nearest neighbors. Atoms not in the group are included in the 12
|
|
|
|
neighbors used in this calculation.
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
The neighbor list needed to compute this quantity is constructed each
|
2009-01-20 01:17:01 +08:00
|
|
|
time the calculation is performed (e.g. each time a snapshot of atoms
|
2007-02-10 05:40:32 +08:00
|
|
|
is dumped). Thus it can be inefficient to compute/dump this quantity
|
2009-01-20 01:17:01 +08:00
|
|
|
too frequently or to have multiple compute/dump commands, each with a
|
2007-02-10 05:40:32 +08:00
|
|
|
{centro/atom} style.
|
|
|
|
|
2008-01-04 08:56:10 +08:00
|
|
|
[Output info:]
|
|
|
|
|
|
|
|
This compute calculates a scalar quantity for each atom, which can be
|
2009-12-04 07:58:11 +08:00
|
|
|
accessed by any command that uses per-atom values from a compute as
|
|
|
|
input. See "this section"_Section_howto.html#4_15 for an overview of
|
|
|
|
LAMMPS output options.
|
2008-01-04 08:56:10 +08:00
|
|
|
|
2007-02-10 05:40:32 +08:00
|
|
|
[Restrictions:] none
|
|
|
|
|
2009-01-20 01:17:01 +08:00
|
|
|
[Related commands:]
|
|
|
|
|
|
|
|
"compute cna/atom"_compute_cna_atom.html
|
2007-02-10 05:40:32 +08:00
|
|
|
|
|
|
|
[Default:] none
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
:link(Kelchner)
|
|
|
|
[(Kelchner)] Kelchner, Plimpton, Hamilton, Phys Rev B, 58, 11085 (1998).
|