Advertisement
Guest User

TIP4P/2005 Water

a guest
Oct 30th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. title = TIP4P/2005
  2. cpp = /usr/bin/cpp
  3. include =
  4. define = -DFLEXIBLE
  5.  
  6. integrator = md
  7. dt = 0.0001 ; picoseconds
  8. nsteps = 200000
  9. comm-mode = Linear
  10. nstcomm = 1
  11.  
  12. nstxout = 0
  13. nstvout = 6
  14. nstfout = 0
  15.  
  16. nstcheckpoint = 5000
  17.  
  18. nstlog = 1000
  19. nstenergy = 1000
  20.  
  21. nstxtcout = 1000
  22. xtc-precision = 1000
  23.  
  24. xtc-grps =
  25. energygrps =
  26.  
  27. nstlist = 5
  28. ns_type = grid
  29. pbc = xyz
  30. rlist = 0.9
  31. domain-decomposition = no
  32.  
  33. coulombtype = PME
  34. rcoulomb = 0.9
  35. epsilon-r = 1
  36. vdw-type = Cut-off
  37. rvdw = 0.9
  38.  
  39. DispCorr = EnerPres
  40.  
  41. pme_order = 4
  42.  
  43. Tcoupl = Nose-Hoover
  44. tc-grps = System
  45. tau_t = 0.1
  46. ref_t = 523
  47.  
  48. Pcoupl = Parrinello-Rahman
  49. Pcoupltype = isotropic
  50. tau_p = 0.5
  51. compressibility = 1.46e-4
  52. ref_p = 40.0
  53.  
  54.  
  55. gen_vel = no
  56.  
  57. constraints = none
  58. constraint-algorithm = Lincs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement