feat: add solvent radial distribution benchmark#728
Draft
lwalew wants to merge 1 commit into
Draft
Conversation
Migrate the solvent radial distribution benchmark from the MLIP Audit suite. A short NVT molecular dynamics simulation is run for boxes of carbon tetrachloride, methanol and acetonitrile, and the radial distribution function of the characteristic atom is compared to the experimental first solvent peak position. Adds the shared mlipaudit wiring (optional extra, uv source, framework badge and calculator adapter).
lwalew
force-pushed
the
feat/add-solvent-rdf-benchmark
branch
from
July 23, 2026 14:54
b225c78 to
0203949
Compare
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
Summary
Migrates the solvent radial distribution benchmark from the MLIP Audit suite. For each of
carbon tetrachloride, methanol and acetonitrile, a short NVT molecular dynamics simulation
is run from an equilibrated box, and the radial distribution function of the characteristic
atom (C-C, O-O and N-N respectively) is computed from the trajectory. The position of the
first solvent peak is compared to the experimental reference peak position and the absolute
deviation is averaged across the solvents. The interactive feature is a line plot of the
RDF profiles for each model and solvent.
This PR also adds the shared
mlipauditwiring (optional extra, uv git source,mlip_auditframework badge and the
ml_peg/calcs/utils/mlipaudit.pycalculator adapter). This overlapswith other in-flight MLIP Audit benchmark PRs (e.g. #666, #660); whichever merges first
introduces the shared wiring, and the others will need a rebase to drop the duplicate.
Linked issue
Resolves #723
Progress
Testing
The end-to-end run is pending the upload of the input data to S3
(
inputs/molecular_dynamics/solvent_radial_distribution/solvent_radial_distribution.zip).All pre-commit hooks (ruff check, ruff format, numpydoc-validation, whitespace/EOF) pass
locally.
New decorators/callbacks
None. The benchmark reuses the existing
plot_scatter/build_tabledecorators and theplot_from_table_columncallback.