radium-0.4.2: Chemistry

Safe HaskellSafe-Inferred
LanguageHaskell2010

Radium.Formats.Smiles

Description

Module Radium.Formats.Smiles Copyright : Copyright (C) 2014 Krzysztof Langner License : BSD3

Maintainer : Krzysztof Langner klangner@gmail.com Stability : alpha Portability : portable

SMILES is popular format for describing the structure of chemical molecules. http:/en.wikipedia.orgwiki/Simplified_molecular-input_line-entry_system

Synopsis

Documentation

readSmiles :: String -> Smiles Source

Parses textual representation

writeSmiles :: Smiles -> String Source

Write SMILES to string