Examples¶
Runnable tutorials covering UPET workflows. Each example can be downloaded as a Python script or Jupyter notebook from the link at the bottom of its page.
ASE¶
Runnable end-to-end ASE workflows: single-point evaluation, geometry optimization, and molecular dynamics in the NVE / NVT / NPT ensembles.
NVIDIA ALCHEMI Toolkit¶
Running UPET / PET-MAD models through nvalchemi-toolkit’s batched data pipeline and
MD integrators via UPETWrapper: single-structure
and batched evaluation, geometry optimization with FIRE, and molecular
dynamics in the NVE, NVT, and NPT ensembles. These examples require the
optional nvalchemi extra: pip install "upet[nvalchemi]".