A python package to predict some thermochemical properties.
Project description
Thermopred
This repository contains the official data, algorithms, and ML models present in the paper "AI-Enhanced Quantum Chemistry Dataset for Thermochemical Properties of API-Like Compounds and Their Degradants".
How to use
Download the repository manually or via git:
$ git clone https://github.com/jeffrichardchemistry/thermopred
Enter the thermopred directory and run the following command to install the python package:
$ cd thermopred
$ python3 setup.py install
Once this is done, it is now possible to use the package by simply importing the modules. Import the modules as described below and pass a smiles for prediction.
from Thermopred.Enthalpie import EnthalpieEnergy
from Thermopred.GibbsEnergy import GibbsFreeEnergy
smiles='CN1C=CN(CCCN(c2cc(Cl)ccc2O)c2ccccc2S)CC1'
ee = EnthalpieEnergy()
result_enthalpie = ee.predict(smiles)
gfe = GibbsFreeEnergy()
gfe.predict(smiles=smiles)
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thermopred-1.0.0.tar.gz.
File metadata
- Download URL: thermopred-1.0.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4c6c48dfa9568f016f924f20b238351106264043da474929ea09411f86def36
|
|
| MD5 |
10ba4a884cf0125d78efc6ff6b30feb0
|
|
| BLAKE2b-256 |
c7478b3bf19721884a06af18241fc7f3d8e07e9510d384b27f1c71e459cc0e6e
|
File details
Details for the file thermopred-1.0.0-py3-none-any.whl.
File metadata
- Download URL: thermopred-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae44aa52fd9cd74f4f89d90b0bfebe932229345a28858e4e3762d043812ae0c1
|
|
| MD5 |
3faffb62532fadff35484f8b15ea227f
|
|
| BLAKE2b-256 |
ccc2680fd99939d1c6fb3f5ec30adb2cd60095bd33f0fb99b404b11667a65eae
|