openad-toolkit

OpenAD

OpenAD

Open-source framework for molecular and materials discovery

PyPI - Python Version PyPI version License MIT Code style: black

Open Accelerated Discovery (aka OpenAD) is an open-source framework for molecular and materials discovery developed at IBM Research.

The OpenAD client is accessible from our command line interface, via Jupyter Notebook or our API. It provides unified access to a variety of tools and AI models for literature knowledge extraction, forward and retrosynthesis prediction, generative methods and property inference. OpenAD lets you train models on your own data, to then visualize and filter your candidate molecules.

INSTALLATION     GETTING STARTED     COMMANDS     MODELS SERVICE

PLUGINS     AI ASSISTANT     DEVELOPERS

</sub>





OpenAD interface



Quick Install

[!IMPORTANT] This will install OpenAD in your global space. If you wish to use a virtual environment (recommended), please refer to the Installation page.

pip install openad
openad

Get started with Jupyter Notebook examples:

init_magic
init_examples
jupyter lab ~/openad_notebooks/Table_of_Contents.ipynb

If you get an error when running init_magic, you may first need to setup the default iPython profile for magic commands.

ipython profile create



What’s New



Feedback



Learn



Contribute

Stay tuned for detailed instructions on how to build your own OpenAD plugins.
Check the Developers section for guidance with other contributions.