forked from lijiext/lammps
44 lines
736 B
Plaintext
44 lines
736 B
Plaintext
.. index:: bond_style none
|
|
|
|
bond_style none command
|
|
=======================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
bond_style none
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
bond_style none
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
Using a bond style of none means bond forces and energies are not
|
|
computed, even if pairs of bonded atoms were listed in the data file
|
|
read by the :doc:`read_data <read_data>` command.
|
|
|
|
See the :doc:`bond_style zero <bond_zero>` command for a way to
|
|
calculate bond statistics, but compute no bond interactions.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
none
|
|
|
|
**Related commands:** none
|
|
|
|
:doc:`bond_style zero <bond_zero>`
|
|
|
|
**Default:** none
|
|
|
|
|
|
.. _lws: http://lammps.sandia.gov
|
|
.. _ld: Manual.html
|
|
.. _lc: Section_commands.html#comm
|