diff --git a/doc/src/pair_kim.rst b/doc/src/pair_kim.rst index 1b10d70b65..551a0bc46e 100644 --- a/doc/src/pair_kim.rst +++ b/doc/src/pair_kim.rst @@ -28,14 +28,14 @@ This pair style is a wrapper on the repository of interatomic potentials to enable their use in LAMMPS scripts. The preferred interface for using interatomic models archived in -OpenKIM is the :doc:`kim command interface `. That +OpenKIM is the :doc:`kim command ` interface. That interface supports both "KIM Portable Models" (PMs) that conform to the KIM API Portable Model Interface (PMI) and can be used by any simulation code that conforms to the KIM API/PMI, and "KIM Simulator Models" (SMs) that are natively implemented within a single simulation code (like LAMMPS) and can only be used with it. The *pair_style kim* command is limited to KIM PMs. It is -used by the :doc:`kim command interface ` as needed. +used by the :doc:`kim command ` interface as needed. .. note::