Skip to content

Components

Object to specify molecules in the system and pass that information along to streams and unit ops.

Useful Attributes:

  • data: a df where each row is a molecule and each column is a feature of that molecule.
  • __repr__: table where each row is a specified molecule, and each column is a type of identifier. Useful for checking that components got the right molecules. ```