recompile/recompute/reinit -> re-compile/re-compute/re-init

This commit is contained in:
Axel Kohlmeyer
2018-08-22 22:16:34 -04:00
parent 193f46dd9f
commit 4b2629d8ba
21 changed files with 30 additions and 30 deletions

View File

@ -29,7 +29,7 @@ The {python} pair style provides a way to define pairwise additive
potential functions as python script code that is loaded into LAMMPS
from a python file which must contain specific python class definitions.
This allows to rapidly evaluate different potential functions without
having to modify and recompile LAMMPS. Due to python being an
having to modify and re-compile LAMMPS. Due to python being an
interpreted language, however, the performance of this pair style is
going to be significantly slower (often between 20x and 100x) than
corresponding compiled code. This penalty can be significantly reduced