1g_clustsize(1) GROMACS suite, VERSION 4.5 g_clustsize(1)
2
3
4
6 g_clustsize - calculate size distributions of atomic clusters
7
8 VERSION 4.5
9
11 g_clustsize -f traj.xtc -s topol.tpr -n index.ndx -o csize.xpm -ow
12 csizew.xpm -nc nclust.xvg -mc maxclust.xvg -ac avclust.xvg -hc
13 histo-clust.xvg -temp temp.xvg -mcn maxclust.ndx -[no]h -[no]version
14 -nice int -b time -e time -dt time -tu enum -[no]w -xvg enum -cut real
15 -[no]mol -[no]pbc -nskip int -nlevels int -ndf int -rgblo vector -rgbhi
16 vector
17
19 This program computes the size distributions of molecular/atomic clus‐
20 ters in the gas phase. The output is given in the form of a XPM file.
21 The total number of clusters is written to a XVG file.
22
23
24 When the -mol option is given clusters will be made out of molecules
25 rather than atoms, which allows clustering of large molecules. In this
26 case an index file would still contain atom numbers or your calculation
27 will die with a SEGV.
28
29
30 When velocities are present in your trajectory, the temperature of the
31 largest cluster will be printed in a separate xvg file assuming that
32 the particles are free to move. If you are using constraints, please
33 correct the temperature. For instance water simulated with SHAKE or
34 SETTLE will yield a temperature that is 1.5 times too low. You can com‐
35 pensate for this with the -ndf option. Remember to take the removal of
36 center of mass motion into account.
37
38
39 The -mc option will produce an index file containing the atom numbers
40 of the largest cluster.
41
43 -f traj.xtc Input
44 Trajectory: xtc trr trj gro g96 pdb cpt
45
46 -s topol.tpr Input, Opt.
47 Portable xdr run input file
48
49 -n index.ndx Input, Opt.
50 Index file
51
52 -o csize.xpm Output
53 X PixMap compatible matrix file
54
55 -ow csizew.xpm Output
56 X PixMap compatible matrix file
57
58 -nc nclust.xvg Output
59 xvgr/xmgr file
60
61 -mc maxclust.xvg Output
62 xvgr/xmgr file
63
64 -ac avclust.xvg Output
65 xvgr/xmgr file
66
67 -hc histo-clust.xvg Output
68 xvgr/xmgr file
69
70 -temp temp.xvg Output, Opt.
71 xvgr/xmgr file
72
73 -mcn maxclust.ndx Output, Opt.
74 Index file
75
76
78 -[no]hno
79 Print help info and quit
80
81 -[no]versionno
82 Print version info and quit
83
84 -nice int 19
85 Set the nicelevel
86
87 -b time 0
88 First frame (ps) to read from trajectory
89
90 -e time 0
91 Last frame (ps) to read from trajectory
92
93 -dt time 0
94 Only use frame when t MOD dt = first time (ps)
95
96 -tu enum ps
97 Time unit: fs, ps, ns, us, ms or s
98
99 -[no]wno
100 View output xvg, xpm, eps and pdb files
101
102 -xvg enum xmgrace
103 xvg plot formatting: xmgrace, xmgr or none
104
105 -cut real 0.35
106 Largest distance (nm) to be considered in a cluster
107
108 -[no]molno
109 Cluster molecules rather than atoms (needs tpr file)
110
111 -[no]pbcyes
112 Use periodic boundary conditions
113
114 -nskip int 0
115 Number of frames to skip between writing
116
117 -nlevels int 20
118 Number of levels of grey in xpm output
119
120 -ndf int -1
121 Number of degrees of freedom of the entire system for temperature cal‐
122 culation. If not set, the number of atoms times three is used.
123
124 -rgblo vector 1 1 0
125 RGB values for the color of the lowest occupied cluster size
126
127 -rgbhi vector 0 0 1
128 RGB values for the color of the highest occupied cluster size
129
130
132 gromacs(7)
133
134 More information about GROMACS is available at <http://www.gro‐
135 macs.org/>.
136
137
138
139 Thu 26 Aug 2010 g_clustsize(1)