OEForceFieldParameter

Attention

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

class OEForceFieldParameter : public OESystem::OEMultiParameter<OEMolPotential::OEForceField>

The OEForceFieldParameter represents parameter that has a value of type OEForceField.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OEMultiParameter:

Constructors

OEForceFieldParameter(name: str, customAllowed: bool) -> OEForceFieldParameter
OEForceFieldParameter() -> OEForceFieldParameter
OEForceFieldParameter(arg2: OEForceFieldParameter) -> OEForceFieldParameter

Default and copy constructors.

Constructs an OEForceFieldParameter instance using the specified set of parameters. The second argument in the second constructor represents if a custom forcefield can be used.