Point it at a molecular-dynamics trajectory and get back a mechanism + kinetics report — tICA, a validated Markov State Model, macrostates, MFPTs and contact-map diffs — without hand-building the MSM.
Alanine dipeptide, 250 ns — the canonical MSM benchmark. Runs the full pipeline server-side on CPU and returns a live mechanism report.
Real trajectories are usually multi-GB, so they're run locally via the CLI — chunked
I/O means they never load fully into RAM, and nothing leaves your machine. Handles
.xtc / .trr / .dcd / .nc / .h5 / .pdb / .gro.
python trajmine.py analyze traj.xtc --top top.pdb
tICA slow coordinates → reversible MSM → implied-timescales convergence → PCCA+ macrostates → stationary populations → mean first-passage times.
Per-macrostate contact maps and the contact-map difference between the two dominant states — the residue contacts that form or break across the transition.
Backbone RMSD(t), per-residue RMSF, PCA landscape, Ramachandran, native-contact fraction Q(t), DSSP composition + per-frame timeline.