Abstract
The stabilities of radicals play a central role in determining the thermodynamics and kinetics of many reactions in organic chemistry. In this data descriptor, we provide consistent and validated quantum chemical calculations for over 200,000 organic radical species and 40,000 associated closed-shell molecules containing C, H, N and O atoms. These data consist of optimized 3D geometries, enthalpies, Gibbs free energy, vibrational frequencies, Mulliken charges and spin densities calculated at the M06-2X/def2-TZVP level of theory, which was previously found to have a favorable trade-off between experimental accuracy and computational efficiency. We expect this data to be useful in the further development of machine learning techniques to predict reaction pathways, bond strengths, and other phenomena closely related to organic radical chemistry.
Subject terms: Thermodynamics, Cheminformatics, Computational chemistry
Measurement(s) | SMILES string • Standard Transformed Enthalpy Change • Standard Gibbs Free Energy Change • vibrational frequency • Charge • spin density • infrared spectrum • organic radical • closed-shell molecules |
Technology Type(s) | computational modeling technique |
Factor Type(s) | molecular structure |
Machine-accessible metadata file describing the reported data: 10.6084/m9.figshare.12609365
Background & Summary
Accurate determination of reaction energies is a central step in exploring organic chemistry mechanisms. The majority of chemical reactions consist of multiple elementary steps involving reactive intermediates. Short-lived reactive intermediates are difficult to isolate and analyze experimentally, resulting in increased dependence on accurate mechanistic insight gained from computational techniques1. Calculating reaction energies with quantum chemistry techniques, such as density functional theory (DFT), is therefore a central effort of computational organic chemistry. However, the combinatorial complexity of potential reaction pathways requires significant experience on the part of the computational chemist to determine which pathways are most likely to be feasible, and considerable computational resources to ensure enough pathways are explored that nonintuitive reactive intermediates and products are not missed. Enthalpies of radicals in particular, as important intermediates in combustion2,3, atmospheric4, redox5, (bio)-polymer chemistry6,7, and the functionalization of medicinally-relevant aromatic compounds8, are frequently calculated to determine the thermodynamics and kinetics of reaction pathways. Fast and accurate predictions for the enthalpy changes of radical reactions will substantially improve the throughput of computational chemistry research and allow detailed calculations to be targeted towards pathways that have the highest likelihood of being experimentally relevant.
The accuracy of Machine Learning (ML) models in predicting the results of quantum mechanical calculations has increased substantially in recent years as techniques for connecting molecular structures to deep neural networks have improved9–11. These approaches, known as graph neural networks (GNNs)12, replace the traditional featurization of molecules using fingerprints or descriptors with a framework in which molecular representations are learned from the underlying data13. These frameworks therefore continue to increase in accuracy as more data is collected far beyond traditional machine learning approaches. ML approaches to quickly and accurately predict enthalpy14, ground state energy15, bond dissociation energy16, and even transition-state activation energies17 have been developed by leveraging increasingly large databases of DFT calculations. The public distribution of large quantum chemistry databases, such as ioChem-BD18, is an important part of advancing the field of machine learning research in computational chemistry, as prior publications of equilibrium19, off-equilibrium20, and transition-state structures21 have found applicability beyond their original purpose. Datasets such as QM722, QM919, ANI-1x23, and ANI-1ccx24 consist of closed-shell organic molecules and so a dataset containing reactive intermediates, such as radical species, is required for the further development of machine learning models.
In this data descriptor, we report a quantum chemistry dataset focused on determining the enthalpies of radical reactions for small organic molecules. The database contains over 200,000 organic radical species and more than 40,000 associated closed-shell molecules, which were generated by breaking single, non-cyclic bonds in molecules taken from the PubChem Compound database25. Carbon, nitrogen and oxygen centered radicals are represented. Geometry optimizations and enthalpy calculations were performed at the M06-2X/def2-TZVP level of theory26, which was previously found to have a favorable trade-off between experimental accuracy and computational efficiency. For calculating the bond dissociation enthalpies specifically, results from this DFT methodology were benchmarked against experimental bond dissociation energies and calculations at higher levels of theory16. The calculation pipeline showed similar performance to CCSD(T), and is able to capture changes in enthalpy relative to experiment with an accuracy of approximately 2 kcal mol−1.
The resulting database consists of optimized 3D geometries, vibrational frequencies, IR intensities, Mulliken atomic charges, spin densities, enthalpies and free energies for each molecule, calculated using Gaussian 1627. While this data was developed primarily for calculating bond strengths of organic molecules28, we expect this comprehensive database of radical and closed-shell calculations to be useful for a wide range of applications in chemistry.
Methods
Selection of closed-shell molecules and radicals
SMILES strings for closed-shell molecules were selected from the PubChem Compound database25 where the entry had a valid CAS number, ten or fewer heavy atoms, consisted of only C, H, N, and O atoms, did not contain formal charges on any atoms, and for which all atoms were connected via covalent bonds (i.e., entries containing multiple molecules or ionic bonds were removed). From these parent molecules, SMILES strings for child radicals were generated by iteratively breaking all single, non-ring bonds in the parent molecule. The resulting list of SMILES strings was canonicalized and de-duplicated using RDKit29.
Conformer optimization
An initial guess for the lowest-energy conformer was performed via a search using the MMFF94s force-field, as implemented in RDKit30. The number of sampled conformers was determined by min (max (3n, 100), 1000, where n is the number of rotatable bonds in the molecule. The lowest-energy conformer was then used as the initial geometry guess for subsequent DFT calculations. In order to obtain realistic geometry guesses for radical species (on which MMFF94s was not parameterized), H-atoms were added to radical centers prior to conformer generation. Basic knowledge of chemical structure, including ring conformations, was also incorporated into initial guesses for conformer structure31.
Density functional theory calculations
Gaussian input files were created from the lowest-energy conformer using OpenBabel32. DFT calculations were performed using Gaussian 1627 with the M06-2X functional and def2-TZVP basis set with the default ultra-fine grid for all numerical integrations. For radical calculations, additional care was taken to ensure the correct electronic structure. Specifically, spatial and spin symmetry of orbitals were broken through an initial guess of mixed HOMO-LUMO and assuming no point-group symmetry. Stability of the DFT “wavefunction” was also tested, and the geometry was reoptimized if an instability was found. Results were parsed in Python using the cclib package33.
Parallel QM calculations
Calculations were distributed across a high-performance computing (HPC) cluster (Fig. 1). A PostgreSQL database was used to coordinate calculations for a pool of worker nodes. Each worker, in a loop, selects a single SMILES entry, locks the row to prevent duplicate calculations, performs the force field optimization and DFT calculation, validate the resulting calculations, write results to the database, and repeat for a new molecule.
Data Records
The data set is provided in a chemical table file format, specifically an SDF molfile containing all optimized geometries with additional property fields including SMILES, Enthalpy, FreeEnergy, SCFEnergy, AtomCharges, RotConstants, VibFreqs, and IRIntensity. All raw Gaussian M062X/def2TZVP logfiles for optimization and frequency calculations are also provided34. Code to read the dataset and process the associated data in Python is provided in an associated github repository (https://github.com/pstjohn/bde). A description of the data fields in the SDF file are given in Table 1. In addition to the processed SDF file, raw Gaussian logfiles are provided in a separate zipped directory.
Table 1.
Data Field | Description |
---|---|
SMILES | String representation of the 2D connectivity of the molecule. Radicals are denoted using the bracket notation. |
Enthalpy | Molecular enthalpies, specified to six decimal places. In Hartree |
FreeEnergy | Gibbs energy at standard temperature (298.15 K) and pressure (1 atm). In Hartree |
SCFEnergy | Total SCF energy (electronic + nuclear). In Hartree |
AtomCharges | Mulliken atomic charges, one for each atom. The values are formatted as a python list, beginning and ending with brackets and separated with commas. Values correspond to the atom order as given in the 3D coordinates. |
AtomSpins | Atomic spin densities (for radicals only). In the same format as AtomCharges. |
VibFreqs | Vibrational frequencies in wavenumbers (cm−1). Formatted as a python list of length 3N-6 (or 3N-5 for linear molecules) |
RotConstants | Rotational constants (GHz). A formatted python list of length 3. |
IRIntensity | Infrared intensities (km/mol). In the same format as VibFreqs. |
As molecules with more heavy atoms allow a greater number of possible arrangements, the database contains more examples of larger molecules than smaller molecules. A complete breakdown of the number of calculations in the database by number of heavy atoms is given in Table 2 and a breakdown of the formal radical center by element and degree is given in Table 3. Further characterization of the radical database to determine proximity of the radicals to stabilizing substituents. SMILES arbitrary target specification (SMARTS) patterns were used to determine whether each radical contains neighboring stabilizing features. Radicals are classified as allylic (adjacent to a C=C double bond), propargylic (adjacent to a C≡C triple bond), benzylic (adjacent to an aromatic carbon), adjacent to a π-acceptor group (an electron-withdrawing group, EWG), adjacent to a lone-pair (an electron-donating group, EDG), and captodative (alpha to both a π-acceptor and a lone-pair donor). Counts of radicals by neighboring substituents is given in Table 4.
Table 2.
# Heavy Atoms | Molecules | Radicals |
---|---|---|
0 | 0 | 1 |
1 | 3 | 4 |
2 | 11 | 17 |
3 | 50 | 89 |
4 | 167 | 404 |
5 | 485 | 1867 |
6 | 1326 | 6570 |
7 | 3452 | 19931 |
8 | 7573 | 46163 |
9 | 13594 | 86499 |
10 | 16615 | 84818 |
Table 3.
Element | Primary | Secondary | Tertiary |
---|---|---|---|
C | 56,067 | 121,369 | 28,135 |
N | 11,349 | 14,048 | |
O | 15,354 |
Primary, secondary, and tertiary refers to atoms having 1, 2, or 3 non-hydrogen neighbors.
Table 4.
Name | SMARTS | Count |
---|---|---|
Allylic | [#6;X3v3 + 0]-[#6] = [#6 × 3] | 16,229 |
Propargylic | [#6;X3v3 + 0]-[#6]#[#6] | 1,887 |
Benzylic | [#6;X3v3 + 0]-[c] | 8,286 |
α- to π-acceptor | [#6;X3v3 + 0]-[C,N] = ,#[N,O] | 18,758 |
α-to lone-pair | [#6;X3v3 + 0]-[O,N] | 55,136 |
Captodative | [#6;X3v3 + 0](-[O,N])-[C,N]=,#[N,O] | 43,86 |
As a set of consistent enthalpies between closed-shell molecules and radicals, this data has been used to calculate a large number of bond dissociation energies (BDEs)28. With calculated bond strengths and 3D atomic structures of the parent molecules, we can examine bond strength vs. bond length curves for several common single bonds. Figure 2 shows bond strengths versus bond lengths as calculated using this dataset. Correlation coefficients indicate that bond length vs. strength correlations are strongest for C–C single bonds, followed by similar, slightly weaker correlations for C–N, C–H, and C–O bonds. As expected, longer bond lengths are symptomatic of weaker dissociation enthalpies. In contrast, almost no correlation between bond length and strength exists for N–H, N–N, N–O or O–H bonds.
We also demonstrate how the dataset could also be used to investigate if radical stabilization (through delocalization of the resulting electron’s spin density) affects bond strength. Figure 3a plots BDE versus the maximum spin density on any atom in the resulting radical for hydrogen atom abstraction reactions. For O-H and C-H bonds, there is a strong correlation (ρ = 0.76 and 0.71, respectively) between maximum spin density and BDE, suggesting that radical delocalization plays an important role in determining bond enthalpies. However, for N-H bonds, correlations are much weaker.
Technical Validation
A series of convergence checks were performed to ensure the calculated enthalpies are as reliable as possible. Of the 322,871 total enthalpy calculations performed for this work, 30,327 (9.39%) were discarded due to various validation checks. Molecules with failures of any steps of the calculation pipeline, including the conformer embedding (5,079 molecules) and not reaching normal termination of the DFT calculations (2,213 molecules) were discarded. This was either due to a failure to converge the geometry optimization within the maximum number of steps of the Berny algorithm or due to a failure to converge the SCF procedure within the maximum number of cycles. Vibrational frequencies of the optimized molecules computed at the same level of theory as geometry optimization and were checked to ensure that the optimized stationary point was an energy minimum, with zero imaginary frequencies. If any frequencies were imaginary, the optimization was discarded (18,263 optimizations resulted in at least one imaginary frequency). The 3D structure of the resulting optimization was also inspected to ensure that the connectivity matched the Lewis structure of the input structure. The interatomic distances of formally bonded atom pairs were checked to ensure no bonds were greater than 0.4 Å plus the sum of the covalent radii of the two participating atoms (2,134 molecules failed the covalent radii check)35. Finally, molecules were checked for an unreasonably high enthalpy per atom. A linear model was fit to each result’s enthalpy, with the number of C, H, N, and O atoms as the independent variables. Residuals were close to normally distributed (Fig. 3b). Outliers were defined as those calculations that were more than 3 inner quartile ranges away from the first or third quartile. No molecules were outliers in the more stable direction, but 235 molecules had higher enthalpy residuals than the maximum cutoff, indicating they likely converged to highly unstable conformers and were removed.
Usage Notes
While the SDF file containing optimized geometry and extracted properties can be read with a number of different cheminformatic tools, we provide a simple example of processing the file with Python 3 and RDKit and using the data to calculate bond dissociation energies at https://github.com/pstjohn/bde.
Acknowledgements
We thank Kristin Munch for helpful conversations and assistance setting up the PostgreSQL database. Computational resources for P. C. St. John, Y. Kim, and S. Kim were provided by the Computational Sciences Center at National Renewable Energy Laboratory. R.S.P. gratefully acknowledges the RMACC Summit supercomputer supported by the National Science Foundation (ACI-1532235 and ACI-1532236), the University of Colorado Boulder and Colorado State University; the Extreme Science and Engineering Discovery Environment (XSEDE) through allocation TG-CHE180056. This work was authored in part by the National Renewable Energy Laboratory, operated by Alliance for Sustainable Energy, LLC, for the U.S. Department of Energy (DOE) under Contract No. DE-AC36-08GO28308. Funding provided by U.S. Department of Energy Office of Energy Efficiency and Renewable Energy under the Co-Optima initiative. The views expressed in the article do not necessarily represent the views of the DOE or the U.S. Government. The U.S. Government retains and the publisher, by accepting the article for publication, acknowledges that the U.S. Government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or allow others to do so, for U.S. Government purposes.
Author contributions
P.C.S. implemented the high-throughput calculation pipeline, collected the results, and wrote the initial manuscript draft. Y.K. designed the calculation pipeline and calculated proof-of-concept results. All authors designed parts of the validation workflow. All authors participated in planning the study and editing the final manuscript.
Code availability
Code used to perform the high-throughput calculations are available at https://github.com/pstjohn/bde. The code relies on cclib and RDKit to process molecular information in Python, Gaussian to perform the DFT calculation, and pandas for data processing. Some of the code relating to the PostgreSQL database and NREL’s HPC infrastructure is site-specific and will likely need to altered to run these types of calculations on alternative HPC systems.
Competing interests
The authors declare no competing interests.
Footnotes
Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Contributor Information
Peter C. St. John, Email: peter.stjohn@nrel.gov
Seonah Kim, Email: seonah.kim@nrel.gov.
Robert S. Paton, Email: robert.paton@colostate.edu
References
- 1.Cheng GJ, Zhang X, Chung LW, Xu L, Wu YD. Computational organic chemistry: Bridging theory and experiment in establishing the mechanisms of chemical reactions. J. Am. Chem. Soc. 2015;137:1706–1725. doi: 10.1021/ja5112749. [DOI] [PubMed] [Google Scholar]
- 2.Messerly RA, et al. Towards quantitative prediction of ignition-delay-time sensitivity on fuel-to-air equivalence ratio. Combust. Flame. 2020;214:103–115. doi: 10.1016/j.combustflame.2019.12.019. [DOI] [Google Scholar]
- 3.Kim S, et al. Experimental and theoretical insight into the soot tendencies of the methylcyclohexene isomers. Proc. Combust. Inst. 2019;37:1083–1090. doi: 10.1016/j.proci.2018.06.095. [DOI] [Google Scholar]
- 4.Atkinson R, Arey J. Gas-phase tropospheric chemistry of biogenic volatile organic compounds: A review. Atmos. Environ. 2003;37:197–219. doi: 10.1016/S1352-2310(03)00391-1. [DOI] [Google Scholar]
- 5.Houmam A. Electron transfer initiated reactions: Bond formation and bond dissociation. Chem. Rev. 2008;108:2180–2237. doi: 10.1021/cr068070x. [DOI] [PubMed] [Google Scholar]
- 6.Coote, M. L. In Encyclopedia of Polymer Science and Technology 3rd edn (ed. Kroschwitz, J. I.) Computational Quantum Chemistry for Free‐Radical Polymerization (JohnWiley and Sons, 2004).
- 7.Kim S, et al. Computational Study of Bond Dissociation Enthalpies for a Large Range of Native and Modified Lignins. J. Phys. Chem. Lett. 2011;2:2846–2852. doi: 10.1021/jz201182w. [DOI] [Google Scholar]
- 8.Koniarczyk JL, Greenwood JW, Alegre-Requena JV, Paton RS, McNally A. A Pyridine–Pyridine Cross-Coupling Reaction via Dearomatized Radical Intermediates. Angew. Chemie - Int. Ed. 2019;58:14882–14886. doi: 10.1002/anie.201906267. [DOI] [PubMed] [Google Scholar]
- 9.Gilmer, J., Schoenholz, S. S., Riley, P. F., Vinyals, O. & Dahl, G. E. Neural Message Passing for Quantum Chemistry. arXiv:1704.01212 (2017).
- 10.Faber FA, et al. Prediction Errors of Molecular Machine Learning Models Lower than Hybrid DFT Error. J. Chem. Theory Comput. 2017;13:5255–5264. doi: 10.1021/acs.jctc.7b00577. [DOI] [PubMed] [Google Scholar]
- 11.Schütt KT, Arbabzadah F, Chmiela S, Müller KR, Tkatchenko A. Quantum-chemical insights from deep tensor neural networks. Nat. Commun. 2017;8:13890–13898. doi: 10.1038/ncomms13890. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Battaglia, P. W. et al. Relational inductive biases, deep learning, and graph networks. arXiv:1806.01261cs.LG (2018).
- 13.Kearnes S, McCloskey K, Berndl M, Pande V, Riley P. Molecular graph convolutions: moving beyond fingerprints. J. Comput. Aided. Mol. Des. 2016;30:595–608. doi: 10.1007/s10822-016-9938-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Smith JS, Isayev O, Roitberg AE. ANI-1: an extensible neural network potential with DFT accuracy at force field computational cost. Chem. Sci. 2017;8:3192–3203. doi: 10.1039/C6SC05720A. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Sinitskiy, A. V & Pande, V. S. Deep Neural Network Computes Electron Densities and Energies of a Large Set of Organic Molecules Faster than Density Functional Theory (DFT). arXiv:1809.02723 (2018).
- 16.St. John PC, Guan Y, Kim Y, Kim S, Paton RS. Prediction of organic homolytic bond dissociation enthalpies at near chemical accuracy with sub-second computational cost. Nat. Commun. 2020;11:1–12. doi: 10.1038/s41467-020-16985-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Grambow CA, Li Y-P, Green WH. Accurate Thermochemistry with Small Data Sets: A Bond Additivity Correction and Transfer Learning Approach. J. Phys. Chem. A. 2019;123:5826–5835. doi: 10.1021/acs.jpca.9b04195. [DOI] [PubMed] [Google Scholar]
- 18.Álvarez-Moreno M, et al. Managing the computational chemistry big data problem: The ioChem-BD platform. J. Chem. Inf. Model. 2015;55:95–103. doi: 10.1021/ci500593j. [DOI] [PubMed] [Google Scholar]
- 19.Ramakrishnan R, Dral PO, Rupp M, von Lilienfeld OA. Quantum chemistry structures and properties of 134 kilo molecules. Sci. Data. 2014;1:191–197. doi: 10.1038/sdata.2014.22. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Smith JS, Isayev O, Roitberg AE. Data Descriptor: ANI-1, A data set of 20 million calculated off-equilibrium conformations for organic molecules. Sci. Data. 2017;4:1–8. doi: 10.1038/sdata.2017.193. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Grambow, C., Pattanaik, L. & Green, W. H. Reactants, Products, and Transition States of Elementary Chemical Reactions Based on Quantum Chemistry. ChemRxiv. Preprint, 10.26434/chemrxiv.11400240.v2 (2019) [DOI] [PMC free article] [PubMed]
- 22.Rupp M, Tkatchenko A, Müller K-R, von Lilienfeld OA. Fast and Accurate Modeling of Molecular Atomization Energies with Machine Learning. Phys. Rev. Lett. 2012;108:058301. doi: 10.1103/PhysRevLett.108.058301. [DOI] [PubMed] [Google Scholar]
- 23.Smith, J. S., Nebgen, B., Lubbers, N., Isayev, O. & Roitberg, A. E. Less is more: Sampling chemical space with active learning. J. Chem. Phys. 148 (2018). [DOI] [PubMed]
- 24.Smith JS, et al. Approaching coupled cluster accuracy with a general-purpose neural network potential through transfer learning. Nat. Commun. 2019;10:2903. doi: 10.1038/s41467-019-10827-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Kim S, et al. PubChem 2019 update: improved access to chemical data. Nucleic Acids Res. 2018;47:D1102–D1109. doi: 10.1093/nar/gky1033. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Zhao Y, Truhlar DG. The M06 suite of density functionals for main group thermochemistry, thermochemical kinetics, noncovalent interactions, excited states, and transition elements: two new functionals and systematic testing of four M06-class functionals and 12 other function. Theor. Chem. Acc. 2007;120:215–241. doi: 10.1007/s00214-007-0310-x. [DOI] [Google Scholar]
- 27.Frisch, M. J. et al. Gaussian 16 Rev. C.01. Gaussian 16 (2016).
- 28.John PS, 2019. BDE-db: A collection of 290,664 Homolytic Bond Dissociation Enthalpies for Small Organic Molecules. figshare. [DOI]
- 29.Landrum, G. A. RDKit: Open-source cheminformatics, http://www.rdkit.org (2020).
- 30.Halgren TA. Merck molecular force field. I. Basis, form, scope, parameterization, and performance of MMFF94. J. Comput. Chem. 1996;17:490–519. doi: 10.1002/(SICI)1096-987X(199604)17:5/6<490::AID-JCC1>3.0.CO;2-P. [DOI] [Google Scholar]
- 31.Riniker S, Landrum GA. Better Informed Distance Geometry: Using What We Know To Improve Conformation Generation. J. Chem. Inf. Model. 2015;55:2562–2574. doi: 10.1021/acs.jcim.5b00654. [DOI] [PubMed] [Google Scholar]
- 32.O’Boyle NM, et al. Open Babel: An open chemical toolbox. J. Cheminform. 2011;3:33. doi: 10.1186/1758-2946-3-33. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.O’Boyle NM, Tenderholt AL, Langner KM. cclib: A library for package-independent computational chemistry algorithms. J. Comput. Chem. 2008;29:839–845. doi: 10.1002/jcc.20823. [DOI] [PubMed] [Google Scholar]
- 34.St John PC, 2020. Quantum chemical calculations for over 200,000 organic radical species and 40,000 associated closed-shell molecules. figshare. [DOI] [PMC free article] [PubMed]
- 35.Cordero, B. et al. Covalent radii revisited. Dalt. Trans. 2832–2838 (2008). [DOI] [PubMed]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Citations
- John PS, 2019. BDE-db: A collection of 290,664 Homolytic Bond Dissociation Enthalpies for Small Organic Molecules. figshare. [DOI]
- St John PC, 2020. Quantum chemical calculations for over 200,000 organic radical species and 40,000 associated closed-shell molecules. figshare. [DOI] [PMC free article] [PubMed]
Data Availability Statement
Code used to perform the high-throughput calculations are available at https://github.com/pstjohn/bde. The code relies on cclib and RDKit to process molecular information in Python, Gaussian to perform the DFT calculation, and pandas for data processing. Some of the code relating to the PostgreSQL database and NREL’s HPC infrastructure is site-specific and will likely need to altered to run these types of calculations on alternative HPC systems.