File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
5456Default value: ` sp `
5557
5658##### Format of fragment input
@@ -180,6 +182,14 @@ Default value: `10.0`
180182
181183Unit: 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`
260270Prints coordinates of the system contained in a single periodic cell around
261271a 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
You can’t perform that action at this time.
0 commit comments