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 that generates three-dimensional coordinates for molecular structures from their SMILES representations.
@generates
def generate_conformer(smiles: str) -> object:
"""
Generate a single 3D conformer for a molecule from its SMILES representation.
Args:
smiles: A SMILES string representing the molecular structure
Returns:
A molecule object with 3D coordinates embedded
Raises:
ValueError: If the SMILES string is invalid or conformer generation fails
"""
passProvides cheminformatics capabilities for molecular structure handling and 3D coordinate generation.
@satisfied-by