Add HPHT_CH4_H2O free energy profile of proton hopping benchmark#436
Open
ThomasThevenet wants to merge 1 commit intoddmms:mainfrom
Open
Add HPHT_CH4_H2O free energy profile of proton hopping benchmark#436ThomasThevenet wants to merge 1 commit intoddmms:mainfrom
ThomasThevenet wants to merge 1 commit intoddmms:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-review checklist for PR author
PR author must check the checkboxes below when creating the PR.
Summary
"HPHT_CH4_H2O" is a new benchmark of the "Molecular Reactions" category which tests the free energy profile of proton hopping reaction in CH4/H2O liquid from molecular dynamics simulations at 3000 K and 22-69 GPa. The associated analysis performs a molecular recognition algorithm to collect reaction coordinate values and compute the free energy profile associated to the reaction : H3O+ + CH4 = H2O + CH5+. Reference profiles were computed at the DFT (GGA) level (PBE+D3).
Currently three metrics are available :
The application displays parity plot for MAE of both free energy of reaction and barrier. Interaction of the user with parity plots dynamically displays the predicted and reference free energy profiles of the selected structure.
Linked issue
None.
Progress
to do:
Prepare reference data
Upload reference data to S3 bucket
Write documentation
Talk about the full pipeline test
Testing
Analysis and application components have been tested locally from precomputed molecular dynamics trajectories. Full MD-based pipeline is not manageable with local ressources and has not been tested.
New decorators/callbacks
No new decorators were introduced. A new Dash callback leveraging clickData was implemented to enable interactive visualization of free energy profiles. Selecting a point in the parity plot dynamically displays the corresponding structure's profiles for all MLIP models.