bellini.groups.Mixture

class bellini.groups.Mixture(substances, **values)[source]

Bases: bellini.groups.Chemical

A 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

g

A networkx graph representing how the group was constructed

name

A string used to represent the Group

copy()[source]

Return a copy of itself

property g

A networkx graph representing how the group was constructed

property name

A string used to represent the Group