diff --git a/doc/fix_reax_bonds.html b/doc/fix_reax_bonds.html index ad39921991..32788dc757 100644 --- a/doc/fix_reax_bonds.html +++ b/doc/fix_reax_bonds.html @@ -11,29 +11,25 @@
Syntax:
-fix ID group-ID style Nevery filename +fix ID group-ID reax/bonds Nevery filename
Examples:
-fix 1 all reax/bonds 100 bonds.tatb -fix 1 all reax/c/bonds 100 bonds.reaxc +fix 1 all reax/bonds 100 bonds.tatbDescription:
Write out the bond information computed by the ReaxFF potential -specified by pair_style reax or pair_style -reax/c. The bond information is written to -filename on timesteps that are multiples of Nevery, including -timestep 0. +specified by pair_style reax. The bond information +is written to filename on timesteps that are multiples of Nevery, +including timestep 0.
The format of the output file should be self-explantory.
@@ -51,21 +47,18 @@ This fix is not invoked during energy minimizationRestrictions:
-The fix reax/bonds requires that the pair_style reax -be invoked. This fix is part of the REAX package. It is only enabled -if LAMMPS was built with that package, which also requires the REAX -library be built and linked with LAMMPS. The fix reax/c/bonds -requires that the pair_style reax/c be invoked, -which is part of the USER-REAXC package. It is only enabled if LAMMPS -was built with that package. See the Making -LAMMPS section for more info. +
The fix reax/bonds command requires that the pair_style +reax be invoked. This fix is part of the REAX +package. It is only enabled if LAMMPS was built with that package, +which also requires the REAX library be built and linked with LAMMPS. +See the Making LAMMPS section for more +info.
Related commands:
-pair_style reax, pair_style reax/c +
pair_style reax, pair_style +reax/c/bonds
-Default: -
-none +
Default: none