/usr/share/gromacs/top/oplsaa.ff/tip4p.itp is in gromacs-data 2018.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ;
; Note the strange order of atoms to make it faster in gromacs.
;
[ moleculetype ]
; molname nrexcl
SOL 2
[ atoms ]
; id at type res nr residu name at name cg nr charge
1 opls_113 1 SOL OW 1 0.0
2 opls_114 1 SOL HW1 1 0.52
3 opls_114 1 SOL HW2 1 0.52
4 opls_115 1 SOL MW 1 -1.04
#ifndef FLEXIBLE
[ settles ]
; OW funct doh dhh
1 1 0.09572 0.15139
#else
[ bonds ]
; i j funct length force.c.
1 2 1 0.09572 502416.0 0.09572 502416.0
1 3 1 0.09572 502416.0 0.09572 502416.0
[ angles ]
; i j k funct angle force.c.
2 1 3 1 104.52 628.02 104.52 628.02
#endif
[ exclusions ]
1 2 3 4
2 1 3 4
3 1 2 4
4 1 2 3
; The position of the virtual site is computed as follows:
;
; O
;
; D
;
; H H
;
; const = distance (OD) / [ cos (angle(DOH)) * distance (OH) ]
; 0.015 nm / [ cos (52.26 deg) * 0.09572 nm ]
; Vsite pos x4 = x1 + a*(x2-x1) + b*(x3-x1)
[ virtual_sites3 ]
; Vsite from funct a b
4 1 2 3 1 0.128012065 0.128012065
|