Skip to content

Instantly share code, notes, and snippets.

@leelasd
Created April 4, 2018 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leelasd/fdd3ae4b7dea393fc35a7f4cfdbc8cd3 to your computer and use it in GitHub Desktop.
Save leelasd/fdd3ae4b7dea393fc35a7f4cfdbc8cd3 to your computer and use it in GitHub Desktop.
Command File for testing LigParGen generated LAMMPS parameters
units real
atom_style full
dimension 3
boundary p p p
pair_style lj/cut/coul/cut 20.0 20.0
pair_modify mix geometric
bond_style harmonic
angle_style harmonic
dihedral_style opls
improper_style cvff
special_bonds lj/coul 0.0 0.0 0.5
read_data BNZ.lmp
thermo_style custom ebond eangle edihed eimp epair evdwl ecoul elong etail pe
run 0
@leelasd
Copy link
Author

leelasd commented Apr 4, 2018

lmp_serial < SPE.in > SPE.out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment