bellini.groups.Species

class bellini.groups.Species(name, **values)[source]

Bases: bellini.groups.Chemical

A chemical species without mass.

__init__(name, **values)[source]
Parameters
  • name (str) – Name of the species being represented

  • **values – Extra values to be stored

Methods

__init__(name, **values)

Parameters
  • name (str) -- Name of the species being represented

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