chemaxon.molecule
@dataclass(frozen=True)
class
Molecule:
You can create Molecule by importing with chemaxon.io.importer.import_mol function
Molecule( _source: str, _format: str, _to_svg: Callable, bonds: tuple, atoms: tuple, _native_handle: ctypes.c_long, _to_str: Callable, _properties: dict[str, chemaxon.molecule._Property])
def
get_property( self, key: str) -> str | int | float | bool | list[int] | list[float] | None:
Get a property value of the molecule by key
@dataclass(frozen=True)
class
Atom:
Class representing atoms in a molecule
@dataclass(frozen=True)
class
Bond:
Class representing bonds in a molecule