bellini.groups.Mixture¶
- class bellini.groups.Mixture(substances, **values)[source]¶
Bases:
bellini.groups.ChemicalA simple mixture of substances.
- __init__(substances, **values)[source]¶
- Parameters
substances (list of Substance) – Substances that compose the Mixture
**values – Extra values to be stored
Methods
__init__(substances, **values)- Parameters
substances (list of Substance) -- Substances that compose the Mixture
copy()Return a copy of itself
Attributes
A networkx graph representing how the group was constructed
A string used to represent the Group
- property g¶
A networkx graph representing how the group was constructed
- property name¶
A string used to represent the Group