Skip to content

Concepts to cover

Lily Wang edited this page Aug 26, 2019 · 8 revisions

FAQ

These notes are gathered from every post in mdnalysis-discussion from October 1st 2018 to August 21st 2019 (UTC). Release 0.19.0 came out on October 10th, 2018.

Out of 133 posts, these were the broad topics:

  • Analysis (42)
  • Universe I/O (18)
  • Irrelevant, i.e. not about MDAnalysis (14)
  • Google Summer of Code (11)
  • Topology (9)
  • AtomGroup (9)
  • Selection (9)
  • Package stuff (5)
  • Installation (4)
  • Trajectory (3)
  • PMDA/large data (2)
  • Questions due to updates (2)
  • Development (2)
  • Getting started (1)
  • Units (1)
  • Universe dimensions (1)

Analysis

Understandably, questions about analysis were the largest proportion. These loosely fell into several subcategories.

Category # Notes Solution Links              
Analysis (running) 13 These questions revolved details of how to actually use analyses that exist. It includes questions where certain topology attributes are required for the analysis that are not always in every file format. Indexed list of modular notebooks
Custom analysis (general) 11 Most of these questions were asking whether certain analysis methods existed, or how to implement them. Above indexed list, also tutorial for custom analyses
Analysis (method) 7 These questions were based off not understanding what is happening under the hood of an analysis User guide pages with description of method as well as how to use it
Analysis (general) 5 These questions asked how to do analysis that does exist. Digestible, understandable notebooks
Custom analysis (method) 7 These were methodology questions in implementing custom functions. User page explaining base analysis class. Some questions were more about understanding Python/MD, which can't be helped.
Analysis (output) 2 Confusion about what output the analysis actually produces. Notebooks

Universe

Category # Notes Solution Links
Format (general) 4 How to use formats that MDAnalysis has defined. Notebooks
Format behaviour 3 How MDA treats formats Notes on MD format pages about their behaviour
Other formats 3 I/O with custom formats, e.g. Numpy or GridData Cover this in I/O page
Incompatible format 2 How formats work Notes on MD format pages about their behaviour
Write trajectory 2 How to write a trajectory Notebook and in Quickstart guide
Memory 2 Problems with large data Notes on how memory works in MDAnalysis, and pointer to PMDA
General MD 1 Mismatch between TPR and GRO Perhaps mention this as a possibility?
Paths 1 Python/path issue Add a note in a notebook "Change this for your file"

Clone this wiki locally