Molecule

class visualife.data.Molecule

Bases: object

Represents a molecule as a list of its atoms and bonds

Attributes Summary

atoms
bonds
n_atoms
n_bonds

Methods Summary

add_atom(a)
add_bond(b)

Attributes Documentation

atoms
bonds
n_atoms
n_bonds

Methods Documentation

add_atom(a)
add_bond(b)