Class: Mixture
Represents an optimal mixture defined by a list of desired properties as MixturePropertys.
Built on the Pydantic BaseModel.
Attributes
name, type:strproperties, type:list[MixtureProperty]
Class Methods
get_custom_dict- Transforms the default Pydantic dict to the desired format
- Returns:
- dict