<li>style = <em>none</em> or <em>hybrid</em> or <em>class2</em> or <em>fene</em> or <em>fene/expand</em> or <em>harmonic</em> or <em>morse</em> or <em>nonlinear</em> or <em>quartic</em></li>
<p>Set the formula(s) LAMMPS uses to compute bond interactions between
pairs of atoms. In LAMMPS, a bond differs from a pairwise
interaction, which are set via the <aclass="reference internal"href="pair_style.html"><spanclass="doc">pair_style</span></a>
command. Bonds are defined between specified pairs of atoms and
remain in force for the duration of the simulation (unless the bond
breaks which is possible in some bond potentials). The list of bonded
atoms is read in by a <aclass="reference internal"href="read_data.html"><spanclass="doc">read_data</span></a> or
<aclass="reference internal"href="read_restart.html"><spanclass="doc">read_restart</span></a> command from a data or restart file.
By contrast, pair potentials are typically defined between all pairs
of atoms within a cutoff distance and the set of active interactions
changes over time.</p>
<p>Hybrid models where bonds are computed using different bond potentials
can be setup using the <em>hybrid</em> bond style.</p>
<p>The coefficients associated with a bond style can be specified in a
data or restart file or via the <aclass="reference internal"href="bond_coeff.html"><spanclass="doc">bond_coeff</span></a> command.</p>
<p>All bond potentials store their coefficient data in binary restart
files which means bond_style and <aclass="reference internal"href="bond_coeff.html"><spanclass="doc">bond_coeff</span></a> commands
do not need to be re-specified in an input script that restarts a
simulation. See the <aclass="reference internal"href="read_restart.html"><spanclass="doc">read_restart</span></a> command for
details on how to do this. The one exception is that bond_style
<em>hybrid</em> only stores the list of sub-styles in the restart file; bond
coefficients need to be re-specified.</p>
<divclass="admonition note">
<pclass="first admonition-title">Note</p>
<pclass="last">When both a bond and pair style is defined, the
<aclass="reference internal"href="special_bonds.html"><spanclass="doc">special_bonds</span></a> command often needs to be used to
turn off (or weight) the pairwise interaction that would otherwise
exist between 2 bonded atoms.</p>
</div>
<p>In the formulas listed for each bond style, <em>r</em> is the distance
between the 2 atoms in the bond.</p>
<hrclass="docutils"/>
<p>Here is an alphabetic list of bond styles defined in LAMMPS. Click on
the style to display the formula it computes and coefficients
specified by the associated <aclass="reference internal"href="bond_coeff.html"><spanclass="doc">bond_coeff</span></a> command.</p>
<p>Note that there are also additional bond styles submitted by users
which are included in the LAMMPS distribution. The list of these with
links to the individual styles are given in the bond section of <aclass="reference internal"href="Section_commands.html#cmd-5"><spanclass="std std-ref">this page</span></a>.</p>
<ulclass="simple">
<li><aclass="reference internal"href="bond_none.html"><spanclass="doc">bond_style none</span></a> - turn off bonded interactions</li>
<li><aclass="reference internal"href="bond_zero.html"><spanclass="doc">bond_style zero</span></a> - topology but no interactions</li>
<li><aclass="reference internal"href="bond_hybrid.html"><spanclass="doc">bond_style hybrid</span></a> - define multiple styles of bond interactions</li>
<li><aclass="reference internal"href="bond_table.html"><spanclass="doc">bond_style table</span></a> - tabulated by bond length</li>
</ul>
</div>
<hrclass="docutils"/>
<divclass="section"id="restrictions">
<h2>Restrictions</h2>
<p>Bond styles can only be set for atom styles that allow bonds to be
defined.</p>
<p>Most bond styles are part of the MOLECULE package. They are only
enabled if LAMMPS was built with that package. See the <aclass="reference internal"href="Section_start.html#start-3"><spanclass="std std-ref">Making LAMMPS</span></a> section for more info on packages.
The doc pages for individual bond potentials tell if it is part of a
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.