LAMMPSCommands

Here is LAMMPS commands For further documentation visit: here.

LAMMPS Executables

The following is a list of commands used when making an executable. For different applications you will used different commands.
Each command is to be written in your makefile. The makefile is what you execute in bash.

  • make yes-rigid
    Import rigid package; This will import the package used for shaking fixes in big or many molecules
  • make yes-replica
    Import replica exchange package; This will import the package used for…??
  • @make yes-molecule@@
    Import molecule package; This will import the package used for hydrogen bonding and water molecule simulations.
    • Used for all atom simulations???
  • make yes-class2
    Import class 2 package ; This will import the package used for Quantum mechanical calculations, typically used in CHARMM.

Created by Addison Smith on 2/2017 (addisonsmith390@gmail.com)