Providing reproducible modeling
Project description
CARATE
Why
Molecular representation is wrecked. Seriously! We chemists talked for decades with an ancient language about something we can't comprehend with that language. We have to stop it, now!
What
The success of transformer models is evident. Applied to molecules we need a graph-based transformer. Such models can then learn hidden representations of a molecule better suited to describe a molecule.
For a chemist it is quite intuitive but seldomly modelled as such: A molecule exhibits properties through its combined electronic and structural features
-
Evidence of this perspective was given in chembee.
-
Mathematical equivalence of the variational principle and neural networks was given in the thesis Markov-chain modelling of dynmaic interation patterns in supramolecular complexes.
-
The failure of the BOA is described in the case of diatomic tranistion metal fluorides is described in the preprint: Can Fluorine form triple bonds?
-
Evidence of quantum-mechanical simulations via molecular dynamics is given in a seminal work Direct Simulation of Bose-Einstein-Condensates using molecular dynmaics and the Lennard-Jones potential
Scope
The aim is to implement the algorithm in a reusable way, e.g. for the chembee pattern. Actually, the chembee pattern is mimicked in this project to provide a stand alone tool. The overall structure of the program is reusable for other deep-learning projects and will be transferred to an own project that should work similar to opinionated frameworks.
Installation on CPU
Prepare system
sudo apt-get install python3-dev libffi-dev
Build manually
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
pip install torch-scatter torch-sparse torch-geometric rdkit-pypi networkx[default] matplotlib
pip install torch-cluster
pip install torch-spline-conv
Faster way
Inside the directory of your git-clone:
pip install -e .
Usage
The program is meant to be run as a simple CLI. You can specify the configuration either via a JSON
and use the program as a microservice, or you may run it locally from the command line. It is up to you.
Finally, with the new pyproject.toml
it is possible to
pip install carate
The installation will install torch with CUDA, so the decision of the library what hardware to use goes JIT (just-in-time). At the moment only CPU/GPU is implemented and FPGA/TPU and others are ignored. Further development of the package will then focus on avoiding special library APIs but make the pattern adaptable to an arbitrary algorithmic/numerical backend.
carate -c path_to_config_file.py
Start a run
To start a run you need to define the configuration. You can do so by defining a .json
or a config.py
file
Examples for config.py
files are given in config_files
Or you can check the the tutorial.ipynb
in notebooks
how to use the package with a .json
file
Training results
Most of the training results are saved in a accumulative json on the disk. The reason is to have enough redundancy in case of data failure.
Previous experiments suggest to harden the machine for training to avoid unwanted side-effects as shutdowns, data loss, or data diffusion. You may still send intermediate results through the network, but store the large chunks on the hardened device.
Therefore, any ETL or data processing might not be affected by any interruption on the training machine.
Build on the project
Building on the code is not recommended as the project will be continued in another library (building with that would make most sense).
However, you may still use the models as they are by the means of the library production ready.
In case you can't wait for the picky scientist in me, you can still build on my intermediate results. You can find them in the following locations
Support the development
If you are happy about substantial progress in chemistry and life sciences that is not commercial first but citizen first, well then just
Cite
There is a preprint available on bioRxiv. Read the preprint
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
File details
Details for the file carate-0.2.9.tar.gz
.
File metadata
- Download URL: carate-0.2.9.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa08e87652f953cddcf9a9743dd70ec0b0a533b6a475307e254ff5b55f9b51b5 |
|
MD5 | f9243db23388bdf8dcacd4c5eca95b9a |
|
BLAKE2b-256 | bab2a3ab0c5df8ffb2eb6704bb285ee5005323ab245386a9f9d7c369617a86cb |
File details
Details for the file carate-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: carate-0.2.9-py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d85f2b04bda7ac0c6be9cb84840ee47fd64a5a56c637aa48a36f9ae027dd37df |
|
MD5 | 79784940ecc631d5d8085a5ab72c2299 |
|
BLAKE2b-256 | 1cbc2a45e6784dde7f7f038e2536bf7fc3d4de7ce699b3014a7dfdf2a00a9d76 |