Files::TARGETS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | optimize geometry at each optimization step | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | keepoptgeo | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | keep optimized geometries for the next optimization step | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| | | nofreqs | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | do not calculate TRG vibrational frequencies when a point contains TRG Hessian | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| savegeo | | savegeo | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | save geometries of all points at the end of each {FFOPT} group | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| savepath | | savepath | ||
| "points" | | "points" | ||
| [[Control key types|string]] | | [[Control key types|string]] | ||
| | | path name for saved points | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | optprogress | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | show geometry optimization progress at each FF optimization step | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| comb_rules | | comb_rules | ||
| off | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| | | apply vdw combining rules at each FF optimization step | ||
|} | |} | ||
Line 94: | Line 94: | ||
| [[Control key types|list]] | | [[Control key types|list]] | ||
| names of sets, which are references for this set. This option is mutually exclusive with ''isreference' and 'shift2zero'. | | names of sets, which are references for this set. This option is mutually exclusive with ''isreference' and 'shift2zero'. | ||
|- style="vertical-align: top | |- style="vertical-align: top;" | ||
| shift2zero | | shift2zero | ||
| off | | off | ||
Line 108: | Line 108: | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| keepoptgeo | | keepoptgeo | ||
| | | off | ||
| [[Control key types|logical]] | | [[Control key types|logical]] | ||
| keep optimized geometries for the next optimization step | | keep optimized geometries for the next optimization step | ||
Line 118: | Line 118: | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| wmode | | wmode | ||
| "auto" | |||
| [[Control key types|string]] | |||
| weight mode. Supported modes: auto and ire2 | |||
|- style="vertical-align: top;" | |||
| point | |||
| | |||
| [[Control key types|string]] | |||
| file name of point optionally followed by its weight. Multiple number of 'point specifications can be provided. | |||
|- style="vertical-align: top; background-color: #f6f6f6;" | |||
| points | |||
| | | | ||
| [[Control key types|string]] | | [[Control key types|string]] | ||
| weight | | file name of stream with points optionally followed by its weight. Multiple number of 'points' specifications can be provided. | ||
|} | |} |
Revision as of 18:58, 4 March 2019
Navigation: Documentation / Files / Control files / {TARGETS}
The {TARGETS} group is employed by the ffoptimize program for definition of training data. The group can obtain one [setup] section and several [set] sections. The [setup] section is processed first and it alters default values for keys in the [set] sections with the same name.
[setup]
Key | Default value | Type | Description |
optgeo | off | logical | optimize geometry at each optimization step |
keepoptgeo | off | logical | keep optimized geometries for the next optimization step |
nofreqs | off | logical | do not calculate TRG vibrational frequencies when a point contains TRG Hessian |
savegeo | off | logical | save geometries of all points at the end of each {FFOPT} group |
savepath | "points" | string | path name for saved points |
optprogress | off | logical | show geometry optimization progress at each FF optimization step |
comb_rules | off | logical | apply vdw combining rules at each FF optimization step |
[set]
Key | Default value | Type | Description |
name | string | name of the set. The name is mandatory for reference sets otherwise it is optional. | |
Topology and FF parameters | |||
topology* | string | input topology in the STOP format | |
final_topology | string | optimized FF parameters will be saved as topology in the STOP format | |
Probe mode | |||
probesize | 0 | integer | number of atoms in a vdW probe. The probe must be at the end of the structure. |
unique_probe_types | off | logical | |
Reference setup | |||
isreference | off | logical | set the set as a reference. In the reference mode, the set can contain only one point. |
references | list | names of sets, which are references for this set. This option is mutually exclusive with isreference' and 'shift2zero'. | |
shift2zero | off | logical | make TRG energies relative to the global minima. This option is mutually exclusive with isreference' and 'reference'. |
Points | |||
optgeo | off | logical | optimize geometry at each optimization step |
keepoptgeo | off | logical | keep optimized geometries for the next optimization step |
savegeo | off | logical | save geometries of all points at the end of each {FFOPT} group |
wmode | "auto" | string | weight mode. Supported modes: auto and ire2 |
point | string | file name of point optionally followed by its weight. Multiple number of 'point specifications can be provided. | |
points | string | file name of stream with points optionally followed by its weight. Multiple number of 'points' specifications can be provided. |