No project description provided
Project description
Chytorch RxnMap
Semisupervised Model trained on USPTO and Pistachio datasets.
Publication (Preprint) with details.
Installation
Use pip install chytorch-rxnmap
to install release version.
Or pip install .
in source code directory to install DEV version.
Perform Atom-to-atom mapping
AAM integrated into chython
package and available as reaction object method. See chython
documentation here.
from chython import smiles
r = smiles('OC(=O)C(=C)C=C.C=CC#N>>OC(=O)C1=CCCC(C1)C#N')
r.reset_mapping()
print(format(r, 'm'))
>> [C:2]([C:4](=[CH2:5])[CH:6]=[CH2:7])(=[O:3])[OH:1].[CH2:8]=[CH:9][C:10]#[N:11]>>[O:3]=[C:2]([OH:1])[C:4]=1[CH2:5][CH:9]([C:10]#[N:11])[CH2:8][CH2:7][CH:6]=1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file chytorch_rxnmap-1.4-py3-none-any.whl
.
File metadata
- Download URL: chytorch_rxnmap-1.4-py3-none-any.whl
- Upload date:
- Size: 78.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 561b944ac7a1864752059e2f4c028cd54a74373ef8b3e12517306e3d8c6959cb |
|
MD5 | 806d54bba7ef8f08063a1b936454d75f |
|
BLAKE2b-256 | 85c32afbd1fca7ed893e31716256b78fcc31c0d7eb5450e68cf19210595dbe30 |