NEB surface reaction#350
Conversation
|
PET-MAD seems to fail sometimes. It failed in one run but if I run it again with the same setting it runs without problem. |
ElliottKasoar
left a comment
There was a problem hiding this comment.
Thanks for this, @jungsdao!
Apologies for the slow review.
I'd be inclined to rename the test something slightly more specific e.g. OC20NEB, since this name can't clash with any other test.
I'd also like to explore replacing a lot of the calculation with janus-core's NEB calculation, as it's a lot of duplication, and I think the only thing missing is a way of checking convergence/continuing, both of which should be minor additions.
|
Actually from the last drop-in meeting, there was discussion that we can modify this benchmark similar to bulk-crystal Phonon. So I can add more reactions from OC20NEB and make a scatter plot. (I'm not sure yet how many reactions are feasible yet.) I'll try to incorporate |
Great! Please let us know if there any issues. I've recently proposed some changes to Also just to note you may need to rebase/merge the latest |
e2ebda1 to
765e2b5
Compare
ElliottKasoar
left a comment
There was a problem hiding this comment.
Hi @jungsdao, thanks again for all the work that's going into this!
I hope you don't mind that I've rebased and pushed a few suggested changes:
- Separate model directories for the calc outputs - the Li diffusion NEB is a bad example as generally it makes combining data simpler if we keep things in their own directories
oc20neb->OC20NEBfor consistency with other tests e.g.OC157, and fixed the calculation file, which was still unchanged- Update the
janus-coredependency and a couple of fixes around this, as a couple of the things you use from theNEBwere only added recently - Added spin/charge defaults, as these are required by Orb-omol
- Updated the analysis to use the new model directories, and (I think) fixed a couple of issues with paths that were wrong
- Re-saved the DFT reference data, so we don't need to refer to the original source. This is some duplication, but it keeps things isolated
I also "removed" the docs in a commit. This was to be consistent with your code changes, but I'm not sure if you'd removed it unintentionally? It would definitely be good to add an updated form back in!
Please feel free to revert/ask about any of these changes. The only other question is whether you're happy with the current visualisation, or if it might be preferable to have some sort of structure visualisation, closer to the Li diffusion, as well as #325 and #326?
I'm not sure if we currently have any examples where we include the NEB of the model and reference together, but I think we probably could, and that would save us loading quite a large image, and allow us to link those to their actual structures. What do you think?
|
Hi @ElliottKasoar, Thanks a lot for helping with improving the code. I'm not disagreeing on your changes and thanks for pointing out the issues I have missed. I think it would be nice if we can visualize geometry along the NEB trajectory like other nebs benchmarks, but I'm not sure how it can be done. I'm not quite understood what you meant with this comment. Do you mean showing RPBE reference NEB profile with model NEB profile? And showing structure altogether? |
Hi @jungsdao, (@ElliottKasoar correct me if im misunderstanding), but i think what he means is we use the plotly decorators to show an interactive NEB plot with both the reference NEB profile and the MLIP NEB profile, instead of plotting these before and loading an image. I think the idea here could be to click on the NEB profile to visualise the structures at each step (as we do in the other NEB benchmark), but also be able to view the reference structures too, so one could compare the evolution of structures of the reference and MLIP. I think this would be pretty cool. |
|
Sorry for belated reply. I understand your suggestion and it should be definitely cool to show structures together. But I don't know what would be suitable way to implement it. It would be cascade of interactive calling: 1) scatter 2) NEB profile 3) structure for each point in NEB profile. Do you have any suggestion how to make it work? There seems to be many functions in |
Pre-review checklist for PR author
PR author must check the checkboxes below when creating the PR.
Summary
Add NEB benchmark for three surface reactions from OC20NEB dataset comparing barrier height errors.
Linked issue
Resolves #293
Progress
Testing
Test on GPU with
New decorators/callbacks
None