Skip to content
/ molflux Public
forked from Exscientia/molflux

A foundational package for molecular predictive modelling

License

Notifications You must be signed in to change notification settings

amv213/molflux

Repository files navigation

molflux

Supported Python versions Code style: black Ruff Checked with mypy pre-commit


Documentation, PyPI publishing, CI coming soon

What is molflux?

molflux is a machine learning framework for molecular data. It can be used across a range of tasks but is especially useful for building and exploring models for molecular property prediction.

The package has been developed by researchers and engineers working in the AI team of Exscientia.

Installation

With pip

pip install molflux

Optional Dependencies

Some functionalities in molflux require additional dependencies, which you can install as needed:

pip install molflux[rdkit]
pip install molflux[lightning]

Documentation

TODO: add link

Contribution guidelines

TODO

License

MIT License

About

A foundational package for molecular predictive modelling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%