1g_nmens(1) GROMACS suite, VERSION 4.5 g_nmens(1)
2
3
4
6 g_nmens - generates an ensemble of structures from the normal modes
7
8 VERSION 4.5
9
11 g_nmens -v eigenvec.trr -e eigenval.xvg -s topol.tpr -n index.ndx -o
12 ensemble.xtc -[no]h -[no]version -nice int -xvg enum -temp real -seed
13 int -num int -first int -last int
14
16 g_nmens generates an ensemble around an average structure in a sub‐
17 space which is defined by a set of normal modes (eigenvectors). The
18 eigenvectors are assumed to be mass-weighted. The position along each
19 eigenvector is randomly taken from a Gaussian distribution with vari‐
20 ance kT/eigenvalue.
21
22
23 By default the starting eigenvector is set to 7, since the first six
24 normal modes are the translational and rotational degrees of freedom.
25
27 -v eigenvec.trr Input
28 Full precision trajectory: trr trj cpt
29
30 -e eigenval.xvg Input
31 xvgr/xmgr file
32
33 -s topol.tpr Input
34 Structure+mass(db): tpr tpb tpa gro g96 pdb
35
36 -n index.ndx Input, Opt.
37 Index file
38
39 -o ensemble.xtc Output
40 Trajectory: xtc trr trj gro g96 pdb
41
42
44 -[no]hno
45 Print help info and quit
46
47 -[no]versionno
48 Print version info and quit
49
50 -nice int 19
51 Set the nicelevel
52
53 -xvg enum xmgrace
54 xvg plot formatting: xmgrace, xmgr or none
55
56 -temp real 300
57 Temperature in Kelvin
58
59 -seed int -1
60 Random seed, -1 generates a seed from time and pid
61
62 -num int 100
63 Number of structures to generate
64
65 -first int 7
66 First eigenvector to use (-1 is select)
67
68 -last int -1
69 Last eigenvector to use (-1 is till the last)
70
71
73 gromacs(7)
74
75 More information about GROMACS is available at <http://www.gro‐
76 macs.org/>.
77
78
79
80 Thu 26 Aug 2010 g_nmens(1)