MDAnalysis Extension-Layer API
polyzymd.analyses.mda is the public MDAnalysis extension-layer API for
analyses that run as MDAnalysis-compatible jobs and persist PolyzyMD artifacts.
The primary contributor surface is the job, frame-selection, collector,
artifact, and artifact-store API. Use these pages for lookup. For the contributor
workflow, see Extend PolyzyMD with MDAnalysis-native analyses.
The package is import-light: importing polyzymd.analyses.mda should not import
MDAnalysis or other heavy simulation dependencies. Individual jobs and helpers
perform heavy imports lazily when they actually build or run an analysis.
API overview
Area |
Public objects |
Details |
|---|---|---|
Public facade |
Re-exported public MDAnalysis-layer symbols |
|
Jobs |
|
|
Frame selection |
|
|
Plugin lifecycle |
|
|
Artifacts |
|
|
Storage |
|
|
Aggregation |
|
|
Comparison |
|
|
Universe provenance |
|
|
Shared primitives |
|