Class SmilesParser

java.lang.Object
org.episteme.natural.chemistry.SmilesParser

public class SmilesParser extends Object
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 Details

    • parse

      public static MolecularGraph parse(String smiles)
      Parses a SMILES string into a MolecularGraph.
      Parameters:
      smiles - the SMILES string
      Returns:
      the molecular graph