1GMX-ENECONV(1) GROMACS GMX-ENECONV(1)
2
3
4
6 gmx-eneconv - Convert energy files
7
9 gmx eneconv [-f [<.edr> [...]]] [-o [<.edr>]] [-b <real>] [-e <real>]
10 [-dt <real>] [-offset <real>] [-[no]settime] [-[no]sort]
11 [-[no]rmdh] [-scalefac <real>] [-[no]error]
12
14 With multiple files specified for the -f option:
15
16 Concatenates several energy files in sorted order. In the case of dou‐
17 ble time frames, the one in the later file is used. By specifying -set‐
18 time you will be asked for the start time of each file. The input files
19 are taken from the command line, such that the command gmx eneconv -f
20 *.edr -o fixed.edr should do the trick.
21
22 With one file specified for -f:
23
24 Reads one energy file and writes another, applying the -dt, -offset,
25 -t0 and -settime options and converting to a different format if neces‐
26 sary (indicated by file extensions).
27
28 -settime is applied first, then -dt/-offset followed by -b and -e to
29 select which frames to write.
30
32 Options to specify input files:
33
34 -f [<.edr> [...]] (ener.edr)
35 Energy file
36
37 Options to specify output files:
38
39 -o [<.edr>] (fixed.edr)
40 Energy file
41
42 Other options:
43
44 -b <real> (-1)
45 First time to use
46
47 -e <real> (-1)
48 Last time to use
49
50 -dt <real> (0)
51 Only write out frame when t MOD dt = offset
52
53 -offset <real> (0)
54 Time offset for -dt option
55
56 -[no]settime (no)
57 Change starting time interactively
58
59 -[no]sort (yes)
60 Sort energy files (not frames)
61
62 -[no]rmdh (no)
63 Remove free energy block data
64
65 -scalefac <real> (1)
66 Multiply energy component by this factor
67
68 -[no]error (yes)
69 Stop on errors in the file
70
72 • When combining trajectories the sigma and E^2 (necessary for statis‐
73 tics) are not updated correctly. Only the actual energy is correct.
74 One thus has to compute statistics in another way.
75
77 gmx(1)
78
79 More information about GROMACS is available at <‐
80 http://www.gromacs.org/>.
81
83 2022, GROMACS development team
84
85
86
87
882022.3 Sep 02, 2022 GMX-ENECONV(1)