bellini.groups.Substance

class bellini.groups.Substance(species, moles, **values)[source]

Bases: bellini.groups.Chemical

A chemical substance with species and number of moles.

__init__(species, moles, **values)[source]
Parameters
  • species (Species) – The identity of the Substance

  • moles (Quantity (quantity units)) – The number of moles of species present

  • **values – Extra values to be stored

Methods

__init__(species, moles, **values)

Parameters
  • species (Species) – The identity of the Substance

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