Contributor Guide

This section is for developers and scientific contributors who want to extend PolyzyMD, understand the codebase, or add new capabilities.

Start Here

New Analysis Contributor Path

Use the New Analysis Contributor Path if you want to add a new analysis plugin or modify an existing one. It gives new analysis contributors a recommended reading order, points to the current full extension guide, and highlights the public APIs to use before you start editing plugin code.

Start there when you need to understand how a PolyzyMD analysis moves from MDAnalysis trajectory work to replicate artifacts, condition aggregation, comparison, and artifact-only plotting.

Extension Workflows

Contributor Mindset

Use this section when you need to understand internal design, extension points, or project maintenance patterns. For command lookup, switch to Reference.