git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / examples / cmap / in.cmap
blobd2b2714b826fc2f25abc00b2ec0c265726dc3e87
1 # Created by charmm2lammps v1.8.2.6 beta on Thu Mar  3 20:56:57 EST 2016
3 units           real
4 neigh_modify    delay 2 every 1
5 #newton          off
7 boundary        p p p
9 atom_style      full
10 bond_style      harmonic
11 angle_style     charmm
12 dihedral_style  charmm
13 improper_style  harmonic
15 pair_style      lj/charmm/coul/charmm 8 12
16 #pair_style      lj/charmmfsw/coul/charmmfsh 8 12
17 pair_modify     mix arithmetic
19 fix             cmap all cmap charmm22.cmap
20 fix_modify      cmap energy yes
22 read_data       gagg.data fix cmap crossterm CMAP
24 special_bonds   charmm
25 fix             1 all nve
27 #fix             1 all nvt temp 300 300 100.0
28 #fix             2 all shake 1e-9 500 0 m 1.0
30 velocity        all create 0.0 12345678 dist uniform
32 thermo          1000
33 thermo_style    custom step ecoul evdwl ebond eangle edihed f_cmap eimp
34 timestep        2.0
36 run             100000