- class openfe.Component(*args, **kwargs)#
Base class for an individual item in a larger chemical system
Individual items could be as small as a single molecule, or as large as an entire biological assembly.
These items are used as pieces of a
ChemicalSystem.- validate()#
Validate this Component.
This method may be overridden by subclasses to implement component-specific consistency or sanity checks.
Implementations should raise an exception if validation fails. The base implementation performs no checks.