1g_gyrate(1) GROMACS suite, VERSION 4.5 g_gyrate(1)
2
3
4
6 g_gyrate - calculates the radius of gyration
7
8 VERSION 4.5
9
11 g_gyrate -f traj.xtc -s topol.tpr -n index.ndx -o gyrate.xvg -acf
12 moi-acf.xvg -[no]h -[no]version -nice int -b time -e time -dt time
13 -[no]w -xvg enum -nmol int -[no]q -[no]p -[no]moi -nz int -acflen int
14 -[no]normalize -P enum -fitfn enum -ncskip int -beginfit real -endfit
15 real
16
18 g_gyrate computes the radius of gyration of a group of atoms and the
19 radii of gyration about the x, y and z axes, as a function of time. The
20 atoms are explicitly mass weighted.
21
22
23 With the -nmol option the radius of gyration will be calculated for
24 multiple molecules by splitting the analysis group in equally sized
25 parts.
26
27
28 With the option -nz 2D radii of gyration in the x-y plane of slices
29 along the z-axis are calculated.
30
32 -f traj.xtc Input
33 Trajectory: xtc trr trj gro g96 pdb cpt
34
35 -s topol.tpr Input
36 Structure+mass(db): tpr tpb tpa gro g96 pdb
37
38 -n index.ndx Input, Opt.
39 Index file
40
41 -o gyrate.xvg Output
42 xvgr/xmgr file
43
44 -acf moi-acf.xvg Output, Opt.
45 xvgr/xmgr file
46
47
49 -[no]hno
50 Print help info and quit
51
52 -[no]versionno
53 Print version info and quit
54
55 -nice int 19
56 Set the nicelevel
57
58 -b time 0
59 First frame (ps) to read from trajectory
60
61 -e time 0
62 Last frame (ps) to read from trajectory
63
64 -dt time 0
65 Only use frame when t MOD dt = first time (ps)
66
67 -[no]wno
68 View output xvg, xpm, eps and pdb files
69
70 -xvg enum xmgrace
71 xvg plot formatting: xmgrace, xmgr or none
72
73 -nmol int 1
74 The number of molecules to analyze
75
76 -[no]qno
77 Use absolute value of the charge of an atom as weighting factor
78 instead of mass
79
80 -[no]pno
81 Calculate the radii of gyration about the principal axes.
82
83 -[no]moino
84 Calculate the moments of inertia (defined by the principal axes).
85
86 -nz int 0
87 Calculate the 2D radii of gyration of slices along the z-axis
88
89 -acflen int -1
90 Length of the ACF, default is half the number of frames
91
92 -[no]normalizeyes
93 Normalize ACF
94
95 -P enum 0
96 Order of Legendre polynomial for ACF (0 indicates none): 0, 1, 2 or
97 3
98
99 -fitfn enum none
100 Fit function: none, exp, aexp, exp_exp, vac, exp5, exp7 or
101 exp9
102
103 -ncskip int 0
104 Skip N points in the output file of correlation functions
105
106 -beginfit real 0
107 Time where to begin the exponential fit of the correlation function
108
109 -endfit real -1
110 Time where to end the exponential fit of the correlation function, -1
111 is until the end
112
113
115 gromacs(7)
116
117 More information about GROMACS is available at <http://www.gro‐
118 macs.org/>.
119
120
121
122 Thu 26 Aug 2010 g_gyrate(1)