OEMMFF

Attention

This API is currently available in C++ and Python.

class OEMMFF : public OEMolPotential::OEGenericFF2

The OEMMFF class facilitates creation of an instance of a partial or full MMFF94 or MMFF94s force field. In addition, a force field instance can be extended by adding externally defined potential functions.

../../_images/OEMMFF.png
The following methods are publicly inherited from OEFunc0:
The following methods are publicly inherited from OEFunc1:
The following methods are publicly inherited from OEFunc2:
The following methods are publicly inherited from OEMolFunc:
The following methods are publicly inherited from OEForceField:
The following methods are publicly inherited from OEGenericFF2:

Constructors

OEMMFF(params: OEMMFFParams,
       opts: OENonBondIntcsOptions = OENonBondIntcsOptions()) -> OEMMFF
OEMMFF(arg2: OEMMFF) -> OEMMFF
OEMMFF(mmff94s: bool = False, terms: int) -> OEMMFF

Default and copy constructors.