PyTraj
PyTraj, commonly written pytraj, is a Python library that exposes a high-level API to the cpptraj trajectory analysis engine. It is part of the AmberTools software package and provides Python bindings for performing routine and advanced analyses on molecular dynamics trajectories.
PyTraj implements a Pythonic interface around cpptraj commands, enabling users to load trajectories and topologies, slice
Usage typically involves loading a topology and trajectory, applying a sequence of selections and analysis commands,
PyTraj is distributed as part of AmberTools and is open source. It can be installed via conda-forge