#include <BALL/MOLMEC/MMFF94/MMFF94.h>
Static Public Attributes | |
static const char * | FOLDER |
static const bool | ASSIGN_CHARGES |
static const bool | ASSIGN_TYPENAMES |
static const bool | ASSIGN_TYPES |
static const bool | OVERWRITE_CHARGES |
static const bool | OVERWRITE_TYPENAMES |
static const float | NONBONDED_CUTOFF |
static const float | VDW_CUTOFF |
static const float | VDW_CUTON |
static const float | ELECTROSTATIC_CUTOFF |
static const float | ELECTROSTATIC_CUTON |
static const bool | DISTANCE_DEPENDENT_DIELECTRIC |
Default is false. |
Default values for MMFF94 options.
const bool BALL::MMFF94::Default::ASSIGN_CHARGES [static] |
automatically assign charges to the system (during setup)
const bool BALL::MMFF94::Default::ASSIGN_TYPENAMES [static] |
automatically assign type names to the system (during setup)
const bool BALL::MMFF94::Default::ASSIGN_TYPES [static] |
automatically assign types to the system's atoms (during setup)
const bool BALL::MMFF94::Default::DISTANCE_DEPENDENT_DIELECTRIC [static] |
Default is false.
const float BALL::MMFF94::Default::ELECTROSTATIC_CUTOFF [static] |
Default electrostatic cutoff of 15.0 .
const float BALL::MMFF94::Default::ELECTROSTATIC_CUTON [static] |
Default electrostatic cuton of 13.0 .
const char* BALL::MMFF94::Default::FOLDER [static] |
const float BALL::MMFF94::Default::NONBONDED_CUTOFF [static] |
Default non bonded cutoff of 16.0 .
const bool BALL::MMFF94::Default::OVERWRITE_CHARGES [static] |
during charge assignment, overwrite even non-zero charges
const bool BALL::MMFF94::Default::OVERWRITE_TYPENAMES [static] |
during charge assignment, overwrite even non-empty type names
const float BALL::MMFF94::Default::VDW_CUTOFF [static] |
Default van der Waals cutoff of 15.0 .
const float BALL::MMFF94::Default::VDW_CUTON [static] |
Default van der Waals cuton of 13.0 .