git clone -b release --depth 1000 https://github.com/lammps/lammps.git lammps cd lammps mkdir build cd build cmake -C ../cmake/presets/clang.cmake -D PKG_RIGID=yes -D ...
Example of simple Langevin dynamics simulation to reproduce diffusion of a system of spherical particles in implicit solvent. The objective here is to illustrate the relation between the parameters of ...