1g_dih(1) GROMACS suite, VERSION 4.5 g_dih(1)
2
3
4
6 g_dih - analyzes dihedral transitions
7
8 VERSION 4.5
9
11 g_dih -f traj.xtc -s topol.tpr -o hello.out -[no]h -[no]version -nice
12 int -b time -e time -dt time -[no]w -[no]sa -mult int
13
15 g_dih can do two things. The default is to analyze dihedral transitions
16 by merely computing all the dihedral angles defined in your topology
17 for the whole trajectory. When a dihedral flips over to another minimum
18 an angle/time plot is made.
19
20
21 The opther option is to discretize the dihedral space into a number of
22 bins, and group each conformation in dihedral space in the appropriate
23 bin. The output is then given as a number of dihedral conformations
24 sorted according to occupancy.
25
27 -f traj.xtc Input
28 Trajectory: xtc trr trj gro g96 pdb cpt
29
30 -s topol.tpr Input
31 Run input file: tpr tpb tpa
32
33 -o hello.out Output
34 Generic output file
35
36
38 -[no]hno
39 Print help info and quit
40
41 -[no]versionno
42 Print version info and quit
43
44 -nice int 19
45 Set the nicelevel
46
47 -b time 0
48 First frame (ps) to read from trajectory
49
50 -e time 0
51 Last frame (ps) to read from trajectory
52
53 -dt time 0
54 Only use frame when t MOD dt = first time (ps)
55
56 -[no]wno
57 View output xvg, xpm, eps and pdb files
58
59 -[no]sano
60 Perform cluster analysis in dihedral space instead of analysing dihe‐
61 dral transitions.
62
63 -mult int -1
64 mulitiplicity for dihedral angles (by default read from topology)
65
66
68 gromacs(7)
69
70 More information about GROMACS is available at <http://www.gro‐
71 macs.org/>.
72
73
74
75 Thu 26 Aug 2010 g_dih(1)