Phase 1 of my research evaluated the Dimenet++ model and Graphormer 3D Transformer model on a subset of the OC20 (Open Catalyst 2020) IS2RE dataset to analyze the relationship between a 3D Transformer and a GNN, and establish a baseline model that can be used to compare to Phase 2.
In order to develop green hydrogen into a viable source of renewable energy that can be produced and stored at scale to address climate change, cost effective electrocatalysts (catalysts that facilitate the reaction of electrolysis), are imperative. Current simulation based efforts, such as Density Functional Theory (DFT), to screen such catalysts are too computational intensive and not scalable. To address this, ML models have been developed that predict the total relaxed energy of catalyst structures, a key attribute that drives chemical reactions. Phase 1 of my research evaluated the Dimenet++ model and Graphormer 3D Transformer model on a subset of the OC20 (Open Catalyst 2020) IS2RE dataset to analyze the relationship between a 3D Transformer and a GNN, and establish a baseline model that can be used to compare to Phase 2. In addition, I trained a joint model with both OC20 and OC22 data and compared the results to the independently trained models produced earlier to evaluate joint training on model performance. However, the thermodynamic data provided by OC20 is not enough for accurate screening. Atom charge distribution is an important factor in driving the chemical reactions of electrocatalysts so it can potentially also bolster model performance, and it has not yet been included in previous models because it is calculated through DFT. Using Bader Charges calculated through DFT for atom structures in OC20, I performed feature engineering with 13 additional atomic characteristics, and constructed a Random Forest and GNN model to predict Bader charges for all atom structures. I then modified the Graphormer model to incorporate this new predicted charge attribute. The refined model saw ~3.5% less in loss and ~10% greater in EwT across all the validation splits. With this new model, electrocatalysts can be screened faster with higher accuracy at scale.
Related Projects