1g_morph(1)                GROMACS suite, VERSION 4.5                g_morph(1)
2
3
4

NAME

6       g_morph - linear interpolation of conformations
7
8       VERSION 4.5
9

SYNOPSIS

11       g_morph -f1 conf1.gro -f2 conf2.gro -o interm.xtc -or rms-interm.xvg -n
12       index.ndx -[no]h -[no]version -nice int -[no]w -xvg enum  -ninterm  int
13       -first real -last real -[no]fit
14

DESCRIPTION

16       g_morph does a linear interpolation of conformations in order to create
17       intermediates. Of course these are completely unphysical, but that  you
18       may try to justify yourself. Output is in the form of a generic trajec‐
19       tory. The number of intermediates can be controlled with  the  -ninterm
20       flag. The first and last flag correspond to the way of interpolating: 0
21       corresponds to input structure 1 while 1 corresponds to input structure
22       2.   If  you  specify  first  0 or last  1 extrapolation will be on the
23       path from input structure x1 to x2. In general the coordinates  of  the
24       intermediate x(i) out of N total intermidates correspond to:
25
26
27       x(i) = x1 + (first+(i/(N-1))*(last-first))*(x2-x1)
28
29
30       Finally  the RMSD with respect to both input structures can be computed
31       if explicitly selected (-or option). In that case an index file may  be
32       read to select what group RMS is computed from.
33

FILES

35       -f1 conf1.gro Input
36        Structure file: gro g96 pdb tpr etc.
37
38       -f2 conf2.gro Input
39        Structure file: gro g96 pdb tpr etc.
40
41       -o interm.xtc Output
42        Trajectory: xtc trr trj gro g96 pdb cpt
43
44       -or rms-interm.xvg Output, Opt.
45        xvgr/xmgr file
46
47       -n index.ndx Input, Opt.
48        Index file
49
50

OTHER OPTIONS

52       -[no]hno
53        Print help info and quit
54
55       -[no]versionno
56        Print version info and quit
57
58       -nice int 0
59        Set the nicelevel
60
61       -[no]wno
62        View output xvg, xpm, eps and pdb files
63
64       -xvg enum xmgrace
65        xvg plot formatting:  xmgrace,  xmgr or  none
66
67       -ninterm int 11
68        Number of intermediates
69
70       -first real 0
71        Corresponds to first generated structure (0 is input x0, see above)
72
73       -last real 1
74        Corresponds to last generated structure (1 is input x1, see above)
75
76       -[no]fityes
77        Do  a  least  squares  fit of the second to the first structure before
78       interpolating
79
80

SEE ALSO

82       gromacs(7)
83
84       More  information  about  GROMACS  is  available  at   <http://www.gro
85       macs.org/>.
86
87
88
89                                Thu 26 Aug 2010                     g_morph(1)
Impressum