1eneconv(1) GROMACS suite, VERSION 4.5 eneconv(1)
2
3
4
6 eneconv - converts energy files
7
8 VERSION 4.5
9
11 eneconv -f ener.edr -o fixed.edr -[no]h -[no]version -nice int -b real
12 -e real -dt real -offset real -[no]settime -[no]sort -scalefac real
13 -[no]error
14
16 With multiple files specified for the -f option:
17
18 Concatenates several energy files in sorted order. In case of double
19 time frames the one in the later file is used. By specifying -settime
20 you will be asked for the start time of each file. The input files are
21 taken from the command line, such that the command eneconv -o
22 fixed.edr *.edr should do the trick.
23
24
25 With one file specified for -f:
26
27 Reads one energy file and writes another, applying the -dt, -offset,
28 -t0 and -settime options and converting to a different format if nec‐
29 essary (indicated by file extentions).
30
31
32 -settime is applied first, then -dt/ -offset followed by -b and -e
33 to select which frames to write.
34
36 -f ener.edr Input, Mult.
37 Energy file
38
39 -o fixed.edr Output
40 Energy file
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 -b real -1
54 First time to use
55
56 -e real -1
57 Last time to use
58
59 -dt real 0
60 Only write out frame when t MOD dt = offset
61
62 -offset real 0
63 Time offset for -dt option
64
65 -[no]settimeno
66 Change starting time interactively
67
68 -[no]sortyes
69 Sort energy files (not frames)
70
71 -scalefac real 1
72 Multiply energy component by this factor
73
74 -[no]erroryes
75 Stop on errors in the file
76
77
79 - When combining trajectories the sigma and E2 (necessary for statis‐
80 tics) are not updated correctly. Only the actual energy is correct. One
81 thus has to compute statistics in another way.
82
83
85 gromacs(7)
86
87 More information about GROMACS is available at <http://www.gro‐
88 macs.org/>.
89
90
91
92 Thu 26 Aug 2010 eneconv(1)