Files::FFPARAMS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| nb_params | | nb_params | ||
| | | 'normal' | ||
| [[Control key types|string]] | | [[Control key types|string]] | ||
| determine how vdw parameters are handled for assembly of NB type pairs. Supported modes are:<br/>''normal'' - standard mode (all reasonable interactions)<br/>''like-only'' - only like atoms<br/>''like-all'' - all like atoms including a probe<br/>''all'' - all interactions<br/>The assembly of FF parameters related to NB interactions is also altered by normal/probe mode of individual sets (see probesize in [[Files::TARGETS | {TARGETS}]]/<nowiki>[SET]</nowiki>). | | determine how vdw parameters are handled for assembly of NB type pairs. Supported modes are:<br/>''normal'' - standard mode (all reasonable interactions)<br/>''like-only'' - only like atoms<br/>''like-all'' - all like atoms including a probe<br/>''all'' - all interactions<br/>The assembly of FF parameters related to NB interactions is also altered by normal/probe mode of individual sets (see probesize in [[Files::TARGETS | {TARGETS}]]/<nowiki>[SET]</nowiki>). | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| | | nb_realms | ||
| | | 'er' | ||
| [[Control key types| | | [[Control key types|string]] | ||
| | | determine which realms for NB interactions are considered. Supported values are:<br/>''all'' - all realms<br/>''era'' - only ERA realms<br/>''er'' - only ER realms<br/> | ||
|- style="vertical-align: top; background-color: #f6f6f6;" | |- style="vertical-align: top; background-color: #f6f6f6;" | ||
| lj2exp6_alpha | | lj2exp6_alpha |
Revision as of 13:45, 8 March 2019
Navigation: Documentation / Files / Control files / {FFPARAMS}
The {FFPARAMS} group is employed by the ffoptimize program for input/output specification of FF parameters and their alternation prior FF optimization. The following sections are defined:
[files]
Key | Default value | Type | Description |
input | string | name of file with input FF parameters. This files is usually created by other ffoptimize run. | |
final | 'final.prms' | string | name of file for optimized FF parameters. This file can serve for subsequent FF optimization, which must employ exactly the same order of FF parameters. |
amber | 'final.frcmod' | logical | name of file for optimized FF parameters in AMBER format |
[control]
Key | Default value | Type | Description |
nb_params | 'normal' | string | determine how vdw parameters are handled for assembly of NB type pairs. Supported modes are: normal - standard mode (all reasonable interactions) like-only - only like atoms like-all - all like atoms including a probe all - all interactions The assembly of FF parameters related to NB interactions is also altered by normal/probe mode of individual sets (see probesize in {TARGETS}/[SET]). |
nb_realms | 'er' | string | determine which realms for NB interactions are considered. Supported values are: all - all realms era - only ERA realms er - only ER realms |
lj2exp6_alpha | 12.0 | real | default value of alpha for conversion from ER->ERA |