KG_METHOD
References: Iannuzzi2006, Brelaz1979, Andermatt2016
Specifies the parameters for a Kim-Gordon-like partitioning into molecular subunits [Edit on GitHub]
Keywords
Keyword descriptions
- COLORING_METHOD
Type: enum
Default: DSATUR
Usage: COLORING_METHOD GREEDYDescription: Which algorithm to use for coloring.
Valid values:
DSATURMaximum degree of saturation, relatively accurateGREEDYGreedy, fast coloring, less accurate
Mentions: ⭐Kim-Gordon
- INTEGRATION_GRID
Type: string
Default: MEDIUM
Usage: INTEGRATION_GRID MEDIUMDescription: Grid [small,medium,large,huge]to be used for the TNADD integration.
- TNADD_METHOD
Type: enum
Default: EMBEDDING
Usage: TNADD_METHOD ATOMICDescription: Algorithm to use for the calculation of the nonadditive kinetic energy.
Valid values:
EMBEDDINGUse full embedding potential (see Iannuzzi et al)RI_EMBEDDINGUse full embedding potential with RI density fittingATOMICUse sum of atomic model potentialsNONEDo not use kinetic energy embedding
Mentions: ⭐Kim-Gordon