Pipeline Overview¶
The PyGVAMP analysis pipeline processes molecular dynamics trajectory data through several stages:
- Data Loading — Read trajectory files and topology information
- Graph Construction — Build molecular graphs from atomic coordinates
- Training — Train the GraphVAMPNet model to learn state representations
- Analysis — Extract conformational states, transition kinetics, and attention patterns
- Visualization — Generate interactive HTML reports
For execution details, see Pipeline Execution.
For planned improvements, see the Pipeline Roadmap.