Advertisement
Guest User

ions.mdp

a guest
Jun 23rd, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. integrator = steep ; Algorithm
  2. emtol = 1000.0 ; Max force < 1000.0 kJ/mol/nm
  3. emstep = 0.01 ; Energy step size
  4. nsteps = 50000 ; Max N of steps
  5.  
  6. ; Interactions
  7. nstlist = 1 ; Neighbor list and long range forces udpatete frequency
  8. cutoff-scheme = Verlet
  9. ns_type = grid ; Method to determine neighbor list (simple, grid)
  10. coulombtype = PME ; Long range electrostatic interactions
  11. rcoulomb = 1.2 ; Short-range electrostatic cut-off
  12. rvdw = 1.2 ; Short-range VdW cut-off
  13. pbc = xyz ; Periodic Boundary Conditions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement