diff --git a/doc/src/Section_commands.txt b/doc/src/Section_commands.txt index 3e18037a83..91ec679360 100644 --- a/doc/src/Section_commands.txt +++ b/doc/src/Section_commands.txt @@ -501,6 +501,7 @@ USER-INTEL, k = KOKKOS, o = USER-OMP, t = OPT. "bond/create"_fix_bond_create.html, "bond/swap"_fix_bond_swap.html, "box/relax"_fix_box_relax.html, +"cmap"_fix_cmap.html, "controller"_fix_controller.html, "deform (k)"_fix_deform.html, "deposit"_fix_deposit.html, diff --git a/doc/src/Section_tools.txt b/doc/src/Section_tools.txt index 3527d228de..983be30f19 100644 --- a/doc/src/Section_tools.txt +++ b/doc/src/Section_tools.txt @@ -107,9 +107,10 @@ The ch2lmp sub-directory contains tools for converting files back-and-forth between the CHARMM MD code and LAMMPS. They are intended to make it easy to use CHARMM as a builder and as a -post-processor for LAMMPS. Using charmm2lammps.pl, you can convert an -ensemble built in CHARMM into its LAMMPS equivalent. Using -lammps2pdb.pl you can convert LAMMPS atom dumps into pdb files. +post-processor for LAMMPS. Using charmm2lammps.pl, you can convert a +PDB file with associated CHARMM info, including CHARMM force field +data, into its LAMMPS equivalent. Using lammps2pdb.pl you can convert +LAMMPS atom dumps into PDB files. See the README file in the ch2lmp sub-directory for more information.