Platform wheels for RDKit - a comprehensive cheminformatics and machine-learning library with Python bindings
89
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
Install with Tessl CLI
npx tessl i tessl/pypi-rdkitevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10