tessl install tessl/pypi-rdkit@2024.9.0Platform wheels for RDKit - a comprehensive cheminformatics and machine-learning library with Python bindings
Agent Success
Agent success rate when using this tile
89%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.01x
Baseline
Agent success rate without this tile
88%
A utility for managing hydrogen representation in molecular structures for chemical data processing pipelines.
@generates
def add_explicit_hydrogens(mol):
"""
Adds explicit hydrogens to a molecule object.
Args:
mol: A molecule object
Returns:
A new molecule object with explicit hydrogens added
"""
pass
def remove_explicit_hydrogens(mol):
"""
Removes explicit hydrogens from a molecule object.
Args:
mol: A molecule object with explicit hydrogens
Returns:
A new molecule object with explicit hydrogens removed
"""
passProvides cheminformatics support for molecular manipulation.