Chemprop v2: An Efficient, Modular Machine Learning Package for Chemical Property Prediction

15 September 2025, Version 1
This content is an early or alternative research output and has not been peer-reviewed by Cambridge University Press at the time of posting.

Abstract

Accurate prediction of molecular properties is essential for computational design in many areas of chemistry. Deep learning has been used in these prediction tasks for a wide variety of molecular properties, and the availability of user-friendly, open-source software implementing such architectures has democratized access to these methods. chemprop is one of the most popular examples of such software in this field. It implements a directed message-passing neural network (D-MPNN) architecture, enabling end-to-end learning of molecular properties directly from molecular graphs without the need for hand-crafted descriptors or fingerprints. The original chemprop release was intended for use primarily via a command line interface, rather than programmatic use via a Python API. As the field has evolved, the need for increased modularity and usability in Python-based workflows has become clear. We have completed a ground-up rewrite of chemprop that addresses this need, providing improvements in speed, extensibility, and overall user experience. We have conducted extensive benchmarking to demonstrate algorithmic parity with the original implementation, while seeing improvements of about a factor of two in execution time and a factor of three in memory usage. chemprop v2 effectively scales to multiple GPUs, which enables training more and larger models. chemprop v2 also includes some new features. Extensive Jupyter notebook tutorials and new documentation for all major functionality were also added. chemprop v2 preserves the predictive accuracy of its predecessor and enhances modularity, speed, and usability, empowering researchers to pursue computational molecular design more effectively.

Keywords

Graph-convolutional neural networks
Message-passing neural networks
Molecular property prediction
Reaction property prediction

Supplementary weblinks

Comments

Comments are not moderated before they are posted, but they can be removed by the site moderators if they are found to be in contravention of our Commenting and Discussion Policy [opens in a new tab] - please read this policy before you post. Comments should be used for scholarly discussion of the content in question. You can find more information about how to use the commenting feature here [opens in a new tab] .
This site is protected by reCAPTCHA and the Google Privacy Policy [opens in a new tab] and Terms of Service [opens in a new tab] apply.