1g_bond(1) GROMACS suite, VERSION 4.5 g_bond(1)
2
3
4
6 g_bond - calculates distances between atoms
7
8 VERSION 4.5
9
11 g_bond -f traj.xtc -n index.ndx -s topol.tpr -o bonds.xvg -l bonds.log
12 -d distance.xvg -[no]h -[no]version -nice int -b time -e time -dt time
13 -[no]w -xvg enum -blen real -tol real -[no]aver -[no]averdist
14
16 g_bond makes a distribution of bond lengths. If all is well a gaussian
17 distribution should be made when using a harmonic potential. Bonds are
18 read from a single group in the index file in order i1-j1 i2-j2 through
19 in-jn.
20
21
22 -tol gives the half-width of the distribution as a fraction of the
23 bondlength ( -blen). That means, for a bond of 0.2 a tol of 0.1 gives a
24 distribution from 0.18 to 0.22.
25
26
27 Option -d plots all the distances as a function of time. This
28 requires a structure file for the atom and residue names in the output.
29 If however the option -averdist is given (as well or separately) the
30 average bond length is plotted instead.
31
33 -f traj.xtc Input
34 Trajectory: xtc trr trj gro g96 pdb cpt
35
36 -n index.ndx Input
37 Index file
38
39 -s topol.tpr Input, Opt.
40 Structure+mass(db): tpr tpb tpa gro g96 pdb
41
42 -o bonds.xvg Output
43 xvgr/xmgr file
44
45 -l bonds.log Output, Opt.
46 Log file
47
48 -d distance.xvg Output, Opt.
49 xvgr/xmgr file
50
51
53 -[no]hno
54 Print help info and quit
55
56 -[no]versionno
57 Print version info and quit
58
59 -nice int 19
60 Set the nicelevel
61
62 -b time 0
63 First frame (ps) to read from trajectory
64
65 -e time 0
66 Last frame (ps) to read from trajectory
67
68 -dt time 0
69 Only use frame when t MOD dt = first time (ps)
70
71 -[no]wno
72 View output xvg, xpm, eps and pdb files
73
74 -xvg enum xmgrace
75 xvg plot formatting: xmgrace, xmgr or none
76
77 -blen real -1
78 Bond length. By default length of first bond
79
80 -tol real 0.1
81 Half width of distribution as fraction of blen
82
83 -[no]averyes
84 Average bond length distributions
85
86 -[no]averdistyes
87 Average distances (turns on -d)
88
89
91 - It should be possible to get bond information from the topology.
92
93
95 gromacs(7)
96
97 More information about GROMACS is available at <http://www.gro‐
98 macs.org/>.
99
100
101
102 Thu 26 Aug 2010 g_bond(1)