Bond dissociation energy benchmark#426
Conversation
|
Structures needed for the test. |
| bad: 50.0 | ||
| unit: kcal/mol | ||
| tooltip: "Mean Absolute Error on DFT-relaxed structures" | ||
| level of theory: B3LYP-D3BJ/def2-SV(P) |
There was a problem hiding this comment.
| level of theory: B3LYP-D3BJ/def2-SV(P) | |
| level_of_theory: B3LYP-D3BJ/def2-SV(P) |
| bad: 50.0 | ||
| unit: kcal/mol | ||
| tooltip: "Mean Absolute Error on MLFF-relaxed structures" | ||
| level of theory: B3LYP-D3BJ/def2-SV(P) |
There was a problem hiding this comment.
| level of theory: B3LYP-D3BJ/def2-SV(P) | |
| level_of_theory: B3LYP-D3BJ/def2-SV(P) |
| bad: 0.5 | ||
| unit: null | ||
| tooltip: "Mean Kendal rank correlation coefficient" | ||
| level of theory: B3LYP-D3BJ/def2-SV(P) |
There was a problem hiding this comment.
| level of theory: B3LYP-D3BJ/def2-SV(P) | |
| level_of_theory: B3LYP-D3BJ/def2-SV(P) |
| bad: 0.5 | ||
| unit: null | ||
| tooltip: "Mean Kendall rank correlation coefficient on MLFF-relaxed structures" | ||
| level of theory: B3LYP-D3BJ/def2-SV(P) |
There was a problem hiding this comment.
| level of theory: B3LYP-D3BJ/def2-SV(P) | |
| level_of_theory: B3LYP-D3BJ/def2-SV(P) |
|
Hey @gelzinyte, sorry for the delay, but the PR is looking nice! Would you also be able to send the MLFF opt file so i could uplaod it as well. A few comments: calc:
app:
general:
Thanks! |
|
Hi @gelzinyte, just wanted to check in and see if there's anything we can do to help? In addition to the above comments, please can you take a look at our new filtering guidelines: https://ddmms.github.io/ml-peg/developer_guide/filter.html The principles are relatively simple, but you do have to be a little careful, so again, if anything is unclear, please do ask! (You'll need to rebase to test this - you may find you need to fix a few imports as part of this too if you rerun things to test, but nothing major!) |
Pre-review checklist for PR author
PR author must check the checkboxes below when creating the PR.
Summary
Performance in predicting C-H bond dissociation energies (BDEs) for 60 CYP3A4 drug-like substrates (CHO elements only), comprising 1117 sp3 C-H bonds across all molecules. The BDEs are computed as E_radical + E_isolated_H - E_molecule. The first metric computes the BDE error directly. The second metric compares in models' ability to predict relative BDEs. This is evaluated by comparing predicted and reference BDE ranks (lowest-highest order assignments) for each molecule and averaged across all molecules in the dataset. Direct BDE and BDE rank prediction is computed on DFT-optimised geometries and on MLFF-optimised geometries.
Linked issue
Resolves #425
Progress
Testing
New decorators/callbacks
A callback showing mlff-optimised structure. Currently as part of the app definition.