Skip to main content

BigSMILES Parser

Project description

BigSMILES Parser



PyPI downloads license

(still under development; but usable)

SMILES (simplified molecular-input line-entry system) representation is a line notation for molecules with given deterministic molecular structures.

BigSMILES is an extension to SMILES which provides support for molecules that contain stochastic molecular structures. The code here parses the string into and abstract syntax tree.

Documention


Installation

Pip installable package available

pip install bigsmiles

pypi: bigsmiles


Requirements / Dependencies

Python 3.7 and up


Basic Usage

Code:

import bigsmiles as bs

polymer_string = "CC{[>][<]CC(C)[>][<]}CC(C)=C"
polymer = bs.BigSMILES(polymer_string)

Documentation

For quickstart, tutorials, reference material, BigSMILES, everything... see documentation:

Documention

Features NOT implemented yet

  • ladder polymers
  • Validation is not comprehensive
  • Not all aromatic rings are processed correctly at the moment ... Lots more to come

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigsmiles-0.0.10.tar.gz (42.0 kB view hashes)

Uploaded Source

Built Distribution

bigsmiles-0.0.10-py3-none-any.whl (48.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page