lammps/doc/compute_centro_atom.txt

56 lines
1.5 KiB
Plaintext

"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 centro/atom command :h3
[Syntax:]
compute ID group-ID centro/atom :pre
ID, group-ID are documented in "compute"_compute.html command
centro/atom = style name of this compute command :ul
[Examples:]
compute 1 all centro/atom :pre
[Description:]
Define a computation that calculates the centro-symmetry parameter for
each atom in a group. This can be output via the "dump
custom"_dump.html command.
This parameter is computed using the following formula from
"(Kelchner)"_#Kelchner
:c,image(Eqs/centro_symmetry.jpg)
where the 12 nearest neighbors are found and Ri and Ri+6 are the
vectors from the central atom to the opposite pair of nearest
neighbors. In solid state systems this 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.
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 a
{centro/atom} style.
[Restrictions:] none
[Related commands:] none
[Default:] none
:line
:link(Kelchner)
[(Kelchner)] Kelchner, Plimpton, Hamilton, Phys Rev B, 58, 11085 (1998).