diff --git a/doc/src/bond_zero.rst b/doc/src/bond_zero.rst index 38e7ecf505..43a0af33e2 100644 --- a/doc/src/bond_zero.rst +++ b/doc/src/bond_zero.rst @@ -1,26 +1,26 @@ -.. index:: bond\_style zero +.. index:: bond_style zero -bond\_style zero command -======================== +bond_style zero command +======================= Syntax """""" -.. parsed-literal:: +.. code-block:: LAMMPS - bond_style zero *nocoeff* + bond_style zero [nocoeff] Examples """""""" -.. parsed-literal:: +.. code-block:: LAMMPS bond_style zero bond_style zero nocoeff - bond_coeff \* - bond_coeff \* 2.14 + bond_coeff * + bond_coeff * 2.14 Description """"""""""" @@ -53,8 +53,3 @@ Related commands :doc:`bond\_style none ` **Default:** none - - -.. _lws: http://lammps.sandia.gov -.. _ld: Manual.html -.. _lc: Commands_all.html diff --git a/doc/txt/bond_zero.txt b/doc/txt/bond_zero.txt deleted file mode 100644 index 554f26e7f0..0000000000 --- a/doc/txt/bond_zero.txt +++ /dev/null @@ -1,48 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Commands_all.html) - -:line - -bond_style zero command :h3 - -[Syntax:] - -bond_style zero {nocoeff} :pre - -[Examples:] - -bond_style zero -bond_style zero nocoeff -bond_coeff * -bond_coeff * 2.14 :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. - -The optional {nocoeff} flag allows to read data files with a BondCoeff -section for any bond style. Similarly, any bond_coeff commands -will only be checked for the bond type number and the rest ignored. - -Note that the "bond_coeff"_bond_coeff.html command must be used for -all bond types. If specified, there can be only one value, which is -going to be used to assign an equilibrium distance, e.g. for use with -"fix shake"_fix_shake.html. - -[Restrictions:] none - -[Related commands:] - -"bond_style none"_bond_none.html - -[Default:] none