8000 GitHub - kiarashfa/m2p: Fork to fix compatibility with RDKit 2024.09+ which introduced stricter valence checking.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ m2p Public
forked from NREL/m2p

Fork to fix compatibility with RDKit 2024.09+ which introduced stricter valence checking.

License

Notifications You must be signed in to change notification settings

kiarashfa/m2p

 
 

Repository files navigation

Monomers to Polymers (m2p)

A simple interface for converting monomers to polymers using SMILES representation.

Related Work

  1. Convolutional Networks on Graphs for Learning Molecular Fingerprints
  2. Neural Message Passing for Quantum Chemistry
  3. Relational inductive biases, deep learning, and graph networks
  4. Neural Message Passing with Edge Updates for Predicting Properties of Molecules and Materials

(Main) Requirements

Rdkit install can be performed per the following information.

To install rdkit via conda, use: conda install -c rdkit rdkit

Getting started

The library uses known reaction chemistries to build polymer chains from monomers. The polymer chemistries available include vinyls, acrylates, esters, amides, imides, and carbonates.

The library can generate multiple replicate structures to create polymer chains represented at the atom and bond level. The chains can be any degree of polymerization (DP). RDKit reaction smarts are used to manipulate the molecular structures and perform in silico reactions.

About

Fork to fix compatibility with RDKit 2024.09+ which introduced stricter valence checking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%
0