git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / pair_none.txt
blobf4e9525198413d49fe26c94ce2795ea12d826d9f
1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
4 :link(ld,Manual.html)
5 :link(lc,Section_commands.html#comm)
7 :line
9 pair_style none command :h3
11 [Syntax:]
13 pair_style none :pre
15 [Examples:]
17 pair_style none :pre
19 [Description:]
21 Using a pair style of none means pair forces and energies are not
22 computed.
24 With this choice, the force cutoff is 0.0, which means that only atoms
25 within the neighbor skin distance (see the "neighbor"_neighbor.html
26 command) are communicated between processors.  You must insure the
27 skin distance is large enough to acquire atoms needed for computing
28 bonds, angles, etc.
30 A pair style of {none} will also prevent pairwise neighbor lists from
31 being built.  However if the "neighbor"_neighbor.html style is {bin},
32 data structures for binning are still allocated.  If the neighbor skin
33 distance is small, then these data structures can consume a large
34 amount of memory.  So you should either set the neighbor style to
35 {nsq} or set the skin distance to a larger value.
37 See the "pair_style zero"_pair_zero.html for a way to trigger the
38 building of a neighbor lists, but compute no pairwise interactions.
40 [Restrictions:] none
42 [Related commands:]
44 "pair_style zero"_pair_zero.html
46 [Default:] none