Class: Mixture

Represents an optimal mixture defined by a list of desired properties as MixturePropertys.
Built on the Pydantic BaseModel.

Attributes

  • name, type: str
  • properties, type: list[MixtureProperty]

Class Methods

  • get_custom_dict
    • Transforms the default Pydantic dict to the desired format
    • Returns:
      • dict