API Reference Overview¶
Welcome to the GateWizard API documentation. This reference provides detailed information about all modules, classes, methods, and functions available in GateWizard.
Available Modules¶
Preparation Module¶
Module for predicting pKa values and managing protonation states in protein structures.
Key Features: - pKa prediction and analysis - Protonation state assignment based on pH - Disulfide bond detection and application - Protein capping with ACE/NME groups - pH-dependent protein structure preparation
Main Classes: PreparationManager, ProteinCapper
Builder Module¶
Module for building and preparing molecular dynamics simulation systems.
Key Features: - System configuration and setup - Integration with CHARMM-GUI - Membrane protein system preparation
Main Classes: Builder
MemPrO Module¶
Module for orienting membrane proteins using MemPrO.
Key Features: - Membrane protein orientation - Ranked orientation results with scoring - Oriented PDB file access by rank - Command-line builder
Main Classes: MemPrO, OrientationResult
Equilibration Module¶
Module for managing equilibration protocols and workflows for NAMD, GROMACS, and OpenMM.
Key Features: - NAMD equilibration protocol generation (CHARMM-GUI template integration) - GROMACS equilibration protocol generation - OpenMM equilibration protocol generation - Flexible restraint system (protein backbone/sidechain, lipid head/tail, ligand, ions) - MDAnalysis-based atom selection for restraint files - Progressive force-constant schedule across stages - Custom stage parameters via EquilibrationStage dataclass
Main Classes: NAMDEquilibrationManager, GROMACSEquilibrationManager, OpenMMEquilibrationManager, EquilibrationStage
Analysis Module¶
Module for analyzing simulation results and monitoring equilibration progress.
Key Features: - NAMD log file parsing and energy analysis - OpenMM StateDataReporter log parsing - MDAnalysis-based trajectory analysis (RMSD, RMSF, distances, radius of gyration) - Lipid bilayer analysis via lipyphilic (area per lipid, membrane thickness) - Dark-theme matplotlib plots - Multi-stage log concatenation with per-file time override - Comprehensive 2×2 energy summary plots
Main Classes: EnergyAnalyzer, TrajectoryAnalyzer, BilayerTrajectoryAnalyzer, OpenMMLogAnalyzer
Quick Links¶
- Quick Reference - Common patterns and snippets
- User Guide - Step-by-step tutorials
- Examples Directory - Complete workflow examples
Getting Help¶
If you need additional help:
- Check the Troubleshooting Guide
- Review the User Guide for practical examples
- Ask in GitHub Discussions or report bugs via issues
- See complete workflow examples in the
tests/example directories
Module Organization¶
Each module documentation page includes:
- Import statements - How to import the module
- Class/Function signatures - Detailed method signatures
- Parameters - Complete parameter descriptions
- Returns - Return types and values
- Examples - Practical code examples
- Workflows - Complete usage patterns