Section 3: Modifying the Source Code
You have understood the LAMMPS source code and the programming logic, which is encoded. Now it is time to make your own modifications to it and to implement custom features in your simulations.
In this section, you will learn how to modify and extend the LAMMPS source code by writing and implementing custom features in the source code. Examples are provided to illustrate the process of adding modifications according to desired simulation goals.
This section comprises the following chapters:
- Chapter 09, Modifying Pair Potentials
- Chapter 10, Modifying Force Applications
- Chapter 11, Modifying Thermostats