41 lines
948 B
Plaintext
41 lines
948 B
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
|
|
|
|
bond_style zero command :h3
|
|
|
|
[Syntax:]
|
|
|
|
bond_style zero :pre
|
|
|
|
[Examples:]
|
|
|
|
bond_style zero
|
|
bond_coeff * :pre
|
|
|
|
[Description:]
|
|
|
|
Using an bond style of zero means bond forces and energies are not
|
|
computed, but the geometry of bond pairs is still accessible to other
|
|
commands.
|
|
|
|
As an example, the "compute bond/local"_compute_bond_local.html
|
|
command can be used to compute distances for the list of pairs of bond
|
|
atoms listed in the data file read by the "read_data"_read_data.html
|
|
command. If no bond style is defined, this command cannot be used.
|
|
|
|
Note that the "bond_coeff"_bond_coeff.html command must be used for
|
|
all bond types, though no additional values are specified.
|
|
|
|
[Restrictions:] none
|
|
|
|
[Related commands:]
|
|
|
|
"bond_style none"_bond_none.html
|
|
|
|
[Default:] none
|