Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.82 KB

index.md

File metadata and controls

66 lines (52 loc) · 2.82 KB
layout title
default
MDAnalysis

MDAnalysis

MDAnalysis is an object-oriented Python library to analyze trajectories from molecular dynamics (MD) simulations in many popular formats. It can write most of these formats, too, together with atom selections suitable for visualization or native analysis tools.

MDAnalysis allows one to read particle-based trajectories (including individual coordinate frames such as biomolecules in the PDB format) and access the atomic coordinates through NumPy arrays. This provides a flexible and relatively fast framework for complex analysis tasks. In addition, powerful atom selection commands are implemented. Trajectories can also be manipulated (for instance, fit to a reference structure) and written out. The basic example demonstrates some of these features.

Read more:

Also, check out the blog or subscribe to our news feed to follow development updates and events.

Availability

All source code is available under the GNU General Public License, version 2 (or an open source licence compatible with GPLv2) from github.com/MDAnalysis and the Python Package index pypi.python.org/pypi/MDAnalysis.

Participating

Ask questions on the {{site.mailinglists.discussion.name}} mailing list and join the discussion.

Please report bugs or enhancement requests through the Issue Tracker.

MDAnalysis is open source and welcomes your contributions. Fork the repository on GitHub and submit a pull request. Participate on the {{site.mailinglists.developer.name}} mailing list.

Fork me on GitHub