Skip to main content

No project description provided

Project description

Retrosynthesis analysis tool

API Example:

from CGRtools import smiles, RDFWrite
from ThetaSynthesis import RetroTree
from ThetaSynthesis.synthon import RolloutSynthon


target = smiles('CC(=O)NC1=CC=C(O)C=C1')
target.canonicalize()

tree = RetroTree(target, synthon_class=RolloutSynthon)

with RDFWrite('acetaminophen.rdf') as f:
    for n in tree:
        path = tree.synthesis_path(n)
        for r in path:
            r.clean2d()
            f.write(r)

print(tree.report())

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

ThetaSynthesis-0.1.0.tar.gz (4.8 MB view hashes)

Uploaded Source

Built Distribution

ThetaSynthesis-0.1.0-py3-none-any.whl (4.9 MB 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