Skip to content

Commit 34f234b

Browse files
authored
Update README.md
1 parent fd7a038 commit 34f234b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

efpmd/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Lines beginning with the `#` symbol are ignored during input parsing.
5151

5252
`gtest` - compute and compare numerical and analytical gradients.
5353

54+
`etest` - compute and compare total energy.
55+
5456
Default value: `sp`
5557

5658
##### Format of fragment input
@@ -180,6 +182,14 @@ Default value: `10.0`
180182

181183
Unit: Angstrom
182184

185+
##### Cutoff distance for exchange-repulsion interactions between fragments
186+
187+
`xr_cutoff <value>`
188+
189+
Default value: `swf_cutoff`
190+
191+
Unit: Angstrom
192+
183193
##### Maximum number of steps to make
184194

185195
`max_steps <number>`
@@ -260,6 +270,27 @@ Default value: `false`
260270
Prints coordinates of the system contained in a single periodic cell around
261271
a fragment specified by `ligand` keyword.
262272

273+
##### Use symmetry
274+
275+
`symmetry [true/false]`
276+
277+
Default value: `false`
278+
279+
If `true`, effectively performs calculations only on symmetry-unique fragments, which speeds up
280+
calculations of symmetric crystal systems with PBC.
281+
Implemented for single-point energy calculations. Not parallelized.
282+
See `symm_frag` keyword for specifying symmetry-identical fragments.
283+
284+
##### Specifying symmetry-identical fragments
285+
286+
`symm_frag [frag | list]`
287+
288+
Default value: `frag`
289+
290+
`frag` - assumes that all fragments of the same type are identical.
291+
`list` - not implemented.
292+
293+
263294
### Geometry optimization related parameters
264295

265296
##### Optimization tolerance

0 commit comments

Comments
 (0)