1GMX-POTENTIAL(1) GROMACS GMX-POTENTIAL(1)
2
3
4
6 gmx-potential - Calculate the electrostatic potential across the box
7
9 gmx potential [-f [<.xtc/.trr/...>]] [-n [<.ndx>]] [-s [<.tpr>]]
10 [-o [<.xvg>]] [-oc [<.xvg>]] [-of [<.xvg>]] [-b <time>]
11 [-e <time>] [-dt <time>] [-[no]w] [-xvg <enum>]
12 [-d <string>] [-sl <int>] [-cb <int>] [-ce <int>]
13 [-tz <real>] [-[no]spherical] [-ng <int>] [-[no]correct]
14
16 gmx potential computes the electrostatical potential across the box.
17 The potential is calculated by first summing the charges per slice and
18 then integrating twice of this charge distribution. Periodic boundaries
19 are not taken into account. Reference of potential is taken to be the
20 left side of the box. It is also possible to calculate the potential in
21 spherical coordinates as function of r by calculating a charge distri‐
22 bution in spherical slices and twice integrating them. epsilon_r is
23 taken as 1, but 2 is more appropriate in many cases.
24
26 Options to specify input files:
27
28 -f [<.xtc/.trr/…>] (traj.xtc)
29 Trajectory: xtc trr cpt gro g96 pdb tng
30
31 -n [<.ndx>] (index.ndx)
32 Index file
33
34 -s [<.tpr>] (topol.tpr)
35 Portable xdr run input file
36
37 Options to specify output files:
38
39 -o [<.xvg>] (potential.xvg)
40 xvgr/xmgr file
41
42 -oc [<.xvg>] (charge.xvg)
43 xvgr/xmgr file
44
45 -of [<.xvg>] (field.xvg)
46 xvgr/xmgr file
47
48 Other options:
49
50 -b <time> (0)
51 Time of first frame to read from trajectory (default unit ps)
52
53 -e <time> (0)
54 Time of last frame to read from trajectory (default unit ps)
55
56 -dt <time> (0)
57 Only use frame when t MOD dt = first time (default unit ps)
58
59 -[no]w (no)
60 View output .xvg, .xpm, .eps and .pdb files
61
62 -xvg <enum> (xmgrace)
63 xvg plot formatting: xmgrace, xmgr, none
64
65 -d <string> (Z)
66 Take the normal on the membrane in direction X, Y or Z.
67
68 -sl <int> (10)
69 Calculate potential as function of boxlength, dividing the box
70 in this number of slices.
71
72 -cb <int> (0)
73 Discard this number of first slices of box for integration
74
75 -ce <int> (0)
76 Discard this number of last slices of box for integration
77
78 -tz <real> (0)
79 Translate all coordinates by this distance in the direction of
80 the box
81
82 -[no]spherical (no)
83 Calculate spherical thingie
84
85 -ng <int> (1)
86 Number of groups to consider
87
88 -[no]correct (no)
89 Assume net zero charge of groups to improve accuracy
90
92 · Discarding slices for integration should not be necessary.
93
95 gmx(1)
96
97 More information about GROMACS is available at <‐
98 http://www.gromacs.org/>.
99
101 2019, GROMACS development team
102
103
104
105
1062018.7 May 29, 2019 GMX-POTENTIAL(1)