Skip to content

OpenAD Plugins§

Plugins provide drastically simplified access to a series of advanced tools, and make it easy for your own Python applications to interface with OpenAD.

Available Plugins§

  1. Deep Search
    Find molecules by similarity or substructure, scan patents for molecules and vice versa and search across available Deep Search collections.

    Bash
    pip install git+https://github.com/acceleratedscience/openad-plugin-ds
    

    For more information visit the openad-plugin-ds repo.

  2. RXN
    Predict chemical reactions, retrosynthesis pathways and experimental procedures.

    Bash
    pip install git+https://github.com/acceleratedscience/openad-plugin-rxn
    

    For more information visit the openad-plugin-rxn repo.

Developer Guide§

Develop your own plugin in minutes with our plugin scaffold and a basic understanding of Python.
Head over to our Plugin Developer Guide.