Imported modules
|
|
import atom
import bond
import math
import molecule
import operator
from singleton_store import Screen
|
Functions
|
|
|
|
bkchem_atom_to_oasa_atom
|
bkchem_atom_to_oasa_atom ( a )
|
|
bkchem_bond_to_oasa_bond
|
bkchem_bond_to_oasa_bond ( b )
|
|
bkchem_mol_to_oasa_mol
|
bkchem_mol_to_oasa_mol ( mol )
|
|
mol_to_smiles
|
mol_to_smiles ( mol )
|
|
oasa_atom_to_bkchem_atom
|
oasa_atom_to_bkchem_atom (
a,
paper,
m,
)
|
|
oasa_bond_to_bkchem_bond
|
oasa_bond_to_bkchem_bond ( b, paper )
|
|
oasa_mol_to_bkchem_mol
|
oasa_mol_to_bkchem_mol ( mol, paper )
|
|
read_inchi
|
read_inchi ( text, paper )
|
|
read_molfile
|
read_molfile ( file, paper )
|
|
read_smiles
|
read_smiles ( text, paper )
|
|
write_molfile
|
write_molfile ( mol, file )
|