OEFComponent
Attention
This API is currently available in C++ and Python.
struct OEFComponent
The OEFComponent class associates interaction-component names
with with computed energy values. Methods which override GetFComponents
return an iterator over OEFComponent instances.
Constructors
OEFComponent() -> OEFComponent
OEFComponent(n: str, v: float) -> OEFComponent
Default and copy constructors.
Second constructor makes an instance of OEFComponent given a name and value for an interaction.