add partial documentation for pair style python

This commit is contained in:
Axel Kohlmeyer
2017-05-17 19:05:18 -04:00
parent 43efe9e417
commit 1d48f287f0
5 changed files with 142 additions and 0 deletions

View File

@ -157,6 +157,8 @@ doc page for its python-style variables for more info, including
examples of Python code you can write for both pure Python operations
and callbacks to LAMMPS. See "fix python"_fix_python.html to learn about
possibilities to execute Python code during each time step.
Through the "python pair style"_pair_python.html it is also possible
to define potential functions as python code.
To run pure Python code from LAMMPS, you only need to build LAMMPS
with the PYTHON package installed: