Skip to main content

Utility for reaction modeling using graph grammar

Project description

SynKit

PyPI version Conda version Docker Pulls Docker Image Version License Release Last Commit Zenodo CI Dependency PRs Stars

Graph-native reaction informatics and supplied-mechanism verification

SynKit represents mapped reactions, Lewis-state graphs, transformation rules, and explicitly supplied electron-flow mechanisms. The in-development v2 API adds atomic curved-arrow/fishhook groups, radical state, relative atom- and bond-centered stereochemistry, deterministic replay certificates, and mechanism trajectory graphs. It validates annotations; it does not predict the chemically preferred mechanism.

SynKit

Mechanism verification quick start

from synkit.Mechanism import MechanismRecord

mechanism = MechanismRecord.from_ef_smirks(text)
certificate = mechanism.verify(electron="strict", stereo="stepwise")
trajectory = mechanism.to_mtg()
mechanism.draw(certificate=certificate, path="mechanism.svg")
mechanism.to_json("mechanism.json")

Canonical internal electron loci are lp, σ, π, and ; adapters accept documented ASCII and legacy spellings. Curved arrows carry two electrons and fishhooks carry one electron. Coupled radical events commit atomically.

SynKit graph/rule metadata supports relative tetrahedral, square-planar, trigonal-bipyramidal, octahedral, planar double-bond, and atrop-bond stereo. The RDKit adapter round-trips all six families when the state is representable: tetrahedral and planar-bond stereo plus assigned square-planar, trigonal-bipyramidal, octahedral, and atrop-bond descriptors. Unknown non-tetrahedral or atrop orientation fails explicitly instead of disappearing. Coordinate inference, rigid-bond descriptor variants, enhanced stereo groups, face-selectivity prediction, and physical inference of configurational stability remain outside the current claims. The prerelease package version is 2.0.0b2; its mechanism schema remains 2.0.0-draft1 while that schema is still under prerelease review.

Stereo-bearing reaction rules keep three concerns separate: stereo_guards constrain reactant mappings, stereo_effects store stable before/after descriptors plus optional transition-state stereo, and stereo_outcomes control product distributions. RACEMIC always means an equal 0.5/0.5 pair; unequal weights use ENANTIOMERIC_MIXTURE. Unknown parity is exact unless a rule or reactor explicitly selects wildcard query semantics. Reversing a branching rule accepts either reactant enantiomer and emits one reverse product instead of incorrectly branching a second time.

stereo_isomorphic(left, right) enumerates structural graph isomorphisms and accepts only mappings that preserve the complete relative descriptor registry. This prevents a connectivity-only mapping from equating enantiomers while still allowing a later stereo-valid mapping in a symmetric graph.

For more details on each utility within the repository, please refer to the documentation provided in the respective folders.

Table of Contents

Installation

  1. Python Installation: Ensure that Python 3.11 or later is installed on your system. You can download it from python.org.

  2. Creating a Virtual Environment (Optional but Recommended): It's recommended to use a virtual environment to avoid conflicts with other projects or system-wide packages. Use the following commands to create and activate a virtual environment:

python -m venv synkit-env
source synkit-env/bin/activate  

Or Conda

conda create --name synkit-env python=3.11
conda activate synkit-env
  1. Install from PyPi: The easiest way to use SynTemp is by installing the PyPI package synkit.
pip install synkit

Optional if you want to install full version

pip install synkit[all]
  1. Install via Docker
    Pull the image:

    docker pull tieulongphan/synkit:latest
    # or a specific version:
    docker pull tieulongphan/synkit:1.0.0
    

    Run a container (sanity check):

    docker run --rm tieulongphan/synkit:latest
    

Contribute

We're welcoming new contributors to build this project better. Please not hesitate to inquire me via email.

Before you start, ensure your local development environment is set up correctly. Pull the latest version of the main branch to start with the most recent stable code.

git checkout main
git pull

Working on New Features

  1. Create a New Branch:
    For every new feature or bug fix, create a new branch from the main branch. Name your branch meaningfully, related to the feature or fix you are working on.

    git checkout -b feature/your-feature-name
    
  2. Develop and Commit Changes:
    Make your changes locally, commit them to your branch. Keep your commits small and focused; each should represent a logical unit of work.

    git commit -m "Describe the change"
    
  3. Run Quality Checks:
    Before finalizing your feature, run the following commands to ensure your code meets our formatting standards and passes all tests:

    ./lint.sh # Check code format
    pytest Test # Run tests
    

    Fix any issues or errors highlighted by these checks.

Integrating Changes

  1. Rebase onto Staging:
    Once your feature is complete and tests pass, rebase your changes onto the staging branch to prepare for integration.

    git fetch origin
    git rebase origin/staging
    

    Carefully resolve any conflicts that arise during the rebase.

  2. Push to Your Feature Branch: After successfully rebasing, push your branch to the remote repository.

    git push origin feature/your-feature-name
    
  3. Create a Pull Request: Open a pull request from your feature branch to the staging branch. Ensure the pull request description clearly describes the changes and any additional context necessary for review.

Contributing

Publication

SynKit: A Graph-Based Python Framework for Rule-Based Reaction Modeling and Analysis

License

This project is licensed under MIT License - see the License file for details.

Acknowledgments

The relative-stereo rule model is implemented from the ideas in M. Papusha and K. Leonhard, “StereoMolGraph: Stereochemistry-Aware Molecular and Reaction Graphs,” J. Chem. Inf. Model. (2026), and the MIT-licensed StereoMolGraph repository, cross-validation commit 2189f610f23eaaf992e2e01a12ea4d0532496601. Non-tetrahedral permutation groups are adapted under the upstream MIT license; the retained notice is in LICENSES/StereoMolGraph-MIT.txt. The optional development check is run with python tools/stereo_conformance.py /path/to/StereoMolGraph; StereoMolGraph is not a SynKit runtime dependency. Its unknown-parity wildcard equality is an intentional difference: SynKit keeps stored-value equality exact and exposes wildcards only through explicit rule-query policy.

This project has received funding from the European Unions Horizon Europe Doctoral Network programme under the Marie-Skłodowska-Curie grant agreement No 101072930 (TACsy -- Training Alliance for Computational)

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

synkit-2.0.0b2.tar.gz (862.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synkit-2.0.0b2-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file synkit-2.0.0b2.tar.gz.

File metadata

  • Download URL: synkit-2.0.0b2.tar.gz
  • Upload date:
  • Size: 862.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for synkit-2.0.0b2.tar.gz
Algorithm Hash digest
SHA256 89df4ff971a93343d6db85fd26eadbbe4320ed03033ab59545e201c120b11488
MD5 b4095401c89b2e1b8f81fdfe71e12f2e
BLAKE2b-256 c6734c29d4b91debab0ccead9630f577d74c2bf340553568e05849ae0e2b6c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for synkit-2.0.0b2.tar.gz:

Publisher: publish-package.yml on TieuLongPhan/SynKit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file synkit-2.0.0b2-py3-none-any.whl.

File metadata

  • Download URL: synkit-2.0.0b2-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for synkit-2.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 d0c8c701948fd09ddd6715c9b1f4be3fea86e9b3421831ad9ae3d2822b216c87
MD5 d4d80001975bc65e22195f4a2efe9169
BLAKE2b-256 58a8fda31095647ed31776f09c551c13ffe9aaca793ae4da60bd09761414184d

See more details on using hashes here.

Provenance

The following attestation bundles were made for synkit-2.0.0b2-py3-none-any.whl:

Publisher: publish-package.yml on TieuLongPhan/SynKit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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