M3GNet is a graph neural network (GNN) potential trained on the massive Materials Project trajectory dataset (>187,000 materials). It serves as a "universal" interatomic potential for the periodic table, capable of relaxing structures an…
M3GNet is a graph neural network (GNN) potential trained on the massive Materials Project trajectory dataset (>187,000 materials). It serves as a "universal" interatomic potential for the periodic table, capable of relaxing structures and performing MD for diverse chemistries. It can also be used as a surrogate model for property prediction.
Reference papers are not yet linked for this code.
M3GNet is a graph neural network (GNN) potential trained on the massive Materials Project trajectory dataset (>187,000 materials). It serves as a "universal" interatomic potential for the periodic table, capable of relaxing structures and performing MD for diverse chemistries. It can also be used as a surrogate model for property prediction.
Scientific domain: Universal ML potentials, graph neural networks
Target user community: Materials scientists needing quick relaxation/properties
Sources: M3GNet GitHub, Nat. Comput. Sci. 2, 718 (2022)
model = M3GNet.load()relaxer = Relaxer()relax_results = relaxer.relax(structure)Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED