poli.core.util.chemistry.string_to_molecule

poli.core.util.chemistry.string_to_molecule#

Utilities for transforming string representations of molecules into molecules in RDKit.

Functions

selfies_to_molecules(selfies_strings)

Converts a list of selfies strings to RDKit molecules.

smiles_to_molecules(smiles_strings[, strict])

Converts a list of SMILES strings to RDKit molecules.

strings_to_molecules(molecule_strings[, ...])

Convert a string representation of a molecule to an RDKit molecule.

translate_selfies_to_smiles(selfies_strings)

Translates a list of SELFIES strings to SMILES strings.

translate_smiles_to_selfies(smiles_strings)

Translates a list of SMILES strings to SELFIES strings.