add pppm/kk and fix reax/c issues

This commit is contained in:
Steve Plimpton
2016-09-06 10:46:51 -06:00
parent c543cba95c
commit 3bb3c1a45c
112 changed files with 5582 additions and 260 deletions

View File

@ -554,7 +554,7 @@ building LAMMPS. LAMMPS must also be built as a shared library and
your Python function must be able to to load the Python module in
python/lammps.py that wraps the LAMMPS library interface. These are
the same steps required to use Python by itself to wrap LAMMPS.
Details on these steps are explained in <a class="reference internal" href="Section_python.html"><span class="doc">Section python</span></a>. Note that it is important that the
Details on these steps are explained in <span class="xref doc">Section python</span>. Note that it is important that the
stand-alone LAMMPS executable and the LAMMPS shared library be
consistent (built from the same source code files) in order for this
to work. If the two have been built at different times using