Jump to content

NEEMP:Modes: Difference between revisions

From WebChemistry Wiki
Francesco (talk | contribs)
Francesco (talk | contribs)
Line 12: Line 12:


=Info (''-m info'')=
=Info (''-m info'')=
[[File:info_mode.png]]
 


The first mode shows information about the training set provided as argument to the <code>--sdf-file</code> option. Specifically, number of molecules, the total number of atoms and number of atoms for each type are printed; the latter being defined by default as the chemical element and the maximum bond order. To override this behaviour in all '''NEEMP''''s modes and group the atoms only by chemical element, use the option <code>--atom-types-by Element</code>. '''''Figure 1''''' displays the output for ''set01'' in the ''examples'' directory, with default grouping, specified by <code>ElemBond</code> keyword.
The first mode shows information about the training set provided as argument to the <code>--sdf-file</code> option. Specifically, number of molecules, the total number of atoms and number of atoms for each type are printed; the latter being defined by default as the chemical element and the maximum bond order. To override this behaviour in all '''NEEMP''''s modes and group the atoms only by chemical element, use the option <code>--atom-types-by Element</code>. '''''Figure 1''''' displays the output for ''set01'' in the ''examples'' directory, with default grouping, specified by <code>ElemBond</code> keyword.

Revision as of 14:33, 28 May 2016

NEEMP features several functionalities, each of those can be selected by the option --mode or -m combined with one of the following keywords:

info : display information about the training set

cover : display how many molecules are covered by the given parameters set

charges : calculate EEM charges

cross : perform cross-validation

params : calculate EEM parameters (due to its complexity and relevance this mode is treated on a separate section)

Info (-m info)

The first mode shows information about the training set provided as argument to the --sdf-file option. Specifically, number of molecules, the total number of atoms and number of atoms for each type are printed; the latter being defined by default as the chemical element and the maximum bond order. To override this behaviour in all NEEMP's modes and group the atoms only by chemical element, use the option --atom-types-by Element. Figure 1 displays the output for set01 in the examples directory, with default grouping, specified by ElemBond keyword.

Cover (-m cover)

Charges (-m charges)

Cross-validation (-m cross)