1GMX-PME_ERROR(1) GROMACS GMX-PME_ERROR(1)
2
3
4
6 gmx-pme_error - Estimate the error of using PME with a given input file
7
9 gmx pme_error [-s [<.tpr>]] [-o [<.out>]] [-so [<.tpr>]] [-beta <real>]
10 [-[no]tune] [-self <real>] [-seed <int>] [-[no]v]
11
13 gmx pme_error estimates the error of the electrostatic forces if using
14 the sPME algorithm. The flag -tune will determine the splitting parame‐
15 ter such that the error is equally distributed over the real and recip‐
16 rocal space part. The part of the error that stems from self interac‐
17 tion of the particles is computationally demanding. However, a good a
18 approximation is to just use a fraction of the particles for this term
19 which can be indicated by the flag -self.
20
22 Options to specify input files:
23
24 -s [<.tpr>] (topol.tpr)
25 Portable xdr run input file
26
27 Options to specify output files:
28
29 -o [<.out>] (error.out)
30 Generic output file
31
32 -so [<.tpr>] (tuned.tpr) (Optional)
33 Portable xdr run input file
34
35 Other options:
36
37 -beta <real> (-1)
38 If positive, overwrite ewald_beta from .tpr file with this value
39
40 -[no]tune (no)
41 Tune the splitting parameter such that the error is equally dis‐
42 tributed between real and reciprocal space
43
44 -self <real> (1)
45 If between 0.0 and 1.0, determine self interaction error from
46 just this fraction of the charged particles
47
48 -seed <int> (0)
49 Random number seed used for Monte Carlo algorithm when -self is
50 set to a value between 0.0 and 1.0
51
52 -[no]v (no)
53 Be loud and noisy
54
56 gmx(1)
57
58 More information about GROMACS is available at <‐
59 http://www.gromacs.org/>.
60
62 2019, GROMACS development team
63
64
65
66
672018.7 May 29, 2019 GMX-PME_ERROR(1)