gromacs

Molecular dynamics simulation package for biomolecular research

brewmacoslinux
Try with needOr install directly
Source

About

Versatile package for molecular dynamics calculations

Commands

gmx

Examples

Preprocess a molecular dynamics simulation from structure and topology files$ gmx grompp -f md.mdp -c structure.gro -p topol.top -o md.tpr
Run a molecular dynamics simulation from prepared input$ gmx mdrun -deffnm md -v
Analyze trajectory and calculate root mean square deviation (RMSD)$ gmx rms -s md.tpr -f md.xtc -o rmsd.xvg