8 #ifndef MOLECULARMECHANICS_INTERACTIONTERMBASE_H
9 #define MOLECULARMECHANICS_INTERACTIONTERMBASE_H
12 namespace MolecularMechanics {
37 bool disabled_ =
false;
43 #endif // MOLECULARMECHANICS_INTERACTIONTERMBASE_H
void enable()
Enable this term. If it is enabled, the interaction is included in the MM model. Needed for the QM/MM...
Definition: InteractionTermBase.h:32
Base class for all interaction terms.
Definition: InteractionTermBase.h:18
void disable()
Disable this term. If it is disabled, the interaction is included in the MM model. Needed for the QM/MM calculator to switch specific interactions off and on.
Definition: InteractionTermBase.h:24