RAPTOR is a plugin package to LAMMPS for running MS-RMD simulations. To run LAMMPS/RAPTOR, the first step is to download, configure and install LAMMPS distribute from its official website.
A recommended version can be download directly via:
A quick installation guide can be found at:
User needs to configure the Makefile by providing customized system library dependencies. Following dependencies are required for building LAMMPS with the RAPTOR package:
To use RAPTOR, following two LAMMPS packages need to be enabled:
Here's an example of commands that can be used to build LAMMPS with RAPTOR:
cd [LAMMPS]/src
cp -rp [INSTALL]/USER-RAPTOR .
cp -p [INSTALL]/Makefile.mpi_EXAMPLE MAKE/Makefile.mpi
make yes-MOLECULE
make yes-KSPACE
make yes-USER-RAPTOR
make mpi
Explanation:
If everything runs successfully, an executable binary filewill be generated as [LAMMPS]/src/lmp_mpi
There are two examples provided in the tests folder in this package:
Both of them are using the newest RMD/3.2 parameters for excess protons in water. To run any of these test, run following command in the folder:
mpirun -np [N] [LAMMPS]/src/lmp_mpi -in in.lmp
For any questions, please contact Yuxing Peng at yuxing@uchicago.edu