E_hull prediction and E_form prediction with code build_phase_diagram.py #98
Unanswered
RyotaroOKabe
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
I think looking at your scatter plot could you try divide all the energies on the y-axis again by the number of atoms per entry? I think that's the most likely simple bug we may be seeing and so getting confirmation would help in resolving your issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use Matbench-discovery to evaluate the stability of materials. I am trying to calculate E_hull, but I have trouble doing that.
I saw build_phase_diagram.py present how PatchedPhaseDiagram object ppd_mp is defined, and formation energy is calculated.

I tried the source code, but the predicted E_form was not accurate as written in the preprint. I attached the scatter plot and the code I used. I used almost the same code as the default build_phase_diagram.py, but I commented out several lines (I marked the lines with "#!" with the error message.). I pasted my current code of build_phase_diagram.py below. It would be nice if any of you knew how I can get the correct prediction of E_hull and E_form.
Beta Was this translation helpful? Give feedback.
All reactions