AdaptivePy¶
AdaptivePy performs adaptive sampling on molecular dynamics trajectories using clustering-based state space partitioning and policy-driven seed selection.
Install¶
For Torch-backed policies:
Quick links¶
- Getting Started — run your first analysis in minutes
- Configuration — YAML options and defaults
- Feature Inputs — supported file formats and layout
- CLI — command-line usage
- Python API — programmatic access
- Policies — seed selection strategies
- API Reference — full module documentation
What it does¶
- Load per-trajectory feature arrays (
.npyor.pkl) - Cluster frames in feature space
- Apply one or more adaptive policies
- Select seed frames for new simulations
- Write metadata, assignments, policy-specific scores, and optional PDB structures
Example¶
See the Getting Started guide for a complete walkthrough.