Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.1 KB

File metadata and controls

18 lines (12 loc) · 1.1 KB

This repository contains the Jupyter Notebooks and Python scripts used to visualize the uncertainty results with conformal prediction based on saved checkpoints of neural network force fields.

Content

  • train folder contains the example script to train a neural network force field with Gaussian Multipole (GMP) fingerprinting scheme and SingleNN neural network structures.
  • uncertainty folder contains the example Jupyter Notebooks used to generate and quantify sharpness and calibration of different uncertainty quantification methods such as ensemble, dropout, negative least likelihood estimation and conformal prediction. The dataset used here is for MD17-Aspirin dataset.

Citation

The preprint associated with this repository is on arXiv:

Robust and scalable uncertainty estimation with conformal prediction for machine-learned interatomic potentials
Yuge Hu, Joseph Musielewicz, Zachary Ulissi, Andrew J. Medford
arXiv.2208.08337.

Dependencies

  • AmpTorch
  • pykdtree (Install using pip or conda install)