Analysis API
This page is the entry point for the analysis-side API.
PolyzyMD analysis code is organized around a small shared core plus analysis-specific implementations for stable and experimental workflows.
Core Analysis Interfaces
polyzymd.analysispolyzymd.analysis.configpolyzymd.analysis.core.registrypolyzymd.analysis.results.base
These modules define the reusable contracts for analysis settings, analyzers, and serialized result objects.
Stable Analysis Implementations
polyzymd.analysis.rmsfpolyzymd.analysis.distancespolyzymd.analysis.contactspolyzymd.analysis.triadpolyzymd.analysis.secondary_structure
Notes
The analysis API is still evolving rapidly as the post-simulation analysis stack stabilizes.
Stable release workflows are RMSF, contacts, distances, catalytic triad, and secondary structure.
Experimental workflows remain documented separately in the user docs and are clearly labeled there.