Files
lammps/doc/src/Developer_write.rst

16 lines
386 B
ReStructuredText

Writing new styles
------------------
The :doc:`Modify` section of the manual gives an overview of how LAMMPS can
be extended by writing new classes that derive from existing
parent classes in LAMMPS. Here, some specific coding
details are provided for writing code for LAMMPS.
.. toctree::
:maxdepth: 1
Developer_write_pair
Developer_write_fix
Developer_write_command