Class SmilesParser
java.lang.Object
org.episteme.natural.chemistry.SmilesParser
Parser for SMILES (Simplified Molecular Input Line Entry System) strings.
Supports basic aliphatic and aromatic structures, branching, and ring closures.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MolecularGraphParses a SMILES string into a MolecularGraph.
-
Method Details
-
parse
Parses a SMILES string into a MolecularGraph.- Parameters:
smiles- the SMILES string- Returns:
- the molecular graph
-