-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at adding RMSD as a metric. #125
Conversation
Hi @CompRhys sorry for the late response, just remove ax_mp_cnt = pmv.ptable_heatmap( # matplotlib version looks better for SI
elem_counts,
- fmt=lambda x, _: si_fmt(x, ".0f"),
- cbar_fmt=lambda x, _: si_fmt(x, ".0f"),
zero_color="#efefef",
cbar_title=f"{dataset.upper()} Element Count",
log=(log := SymLogNorm(linthresh=100)),
) I got the following (updated): mp-element-counts-by-composition-symlog.pdf We removed support of Let me know if there are more issues. |
Quote from Janosh:
Turns out the default for |
thanks for pointing that out @DanielYang59! fixed in c1f34da |
No problem! |
Closing in favour of #152 |
For the forcefield methods we can also report the RMSD of the relaxed structure to the final structure as a metric. This would require us to store the final structures somewhere which may necessitate LFS.