“Convex hull and its distance” in the paper "Matbench Discovery An evaluation framework for machine learning crystal stability prediction" #95
-
Hi, Thank you so much!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
a group of structures in the same chemical system with their respective computed energies is what spans the convex hull. see here for how we compute the distance to that energy surface: #39 (comment). you may find that whole thread instructive. let me know if that doesn't help. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
correct
yes
yes, but also have a look at this code comment. the MAE for formation energy and hull distance are actually the same
matbench-discovery/matbench_discovery/preds.py
Lines 220 to 230 in 663b4d1