mdanalysis
mdanalysis copied to clipboard
MDAnalysis is a Python library to analyze molecular dynamics simulations.
We need benchmarks for the following functions: - `lib.distances.calc_bonds` - `lib.distances.calc_angles` - `lib.distances.calc_dihedrals`
## Is your feature request related to a problem? ## With the first version of the CLI released, we now would like to support more Analysis classes. This is especially...
## Is your feature request related to a problem? ## #3511(after merging) will add `daltons` as a dependency to the `OpenMMTopologyParser` for which `openmm` library needs to be installed. But...
As discussed in this thread: https://github.com/MDAnalysis/mdanalysis/pull/2778#discussion_r443195698 the `analysis.__init__` docstring doesn't seem to be used anywhere and is somewhat superseded by `analysis_modules.rst`, thoughts on what to do with this text? Furthermore,...
Implemented function `distances.apply_compact_PBC`. With it I could easily adapt `AtomGroup.wrap()` to also do compact wrapping, depending on a keyword. Backward compatibility is maintained. Also optimized the way `compound_indices` are handled...
We should clarify what the differences are between the `EinsteinMSD` code and the `waterdynamics` MSD code. AFAIK the primary difference is that currently the waterdynamics MSD code accepts updating atom...
So this is kind of inspired by https://groups.google.com/forum/#!topic/mdnalysis-discussion/eqegNLWvHAY and also some other work I did on coarse-graining before. Wouldn't it be cool if we could do something like: ```python from...
## Problem ## There is no example in the documentation that shows how a pair of LAMMPS data (topology) and dump (trajectory) can be loaded with the *format="LAMMPSDUMP"* option of...
I started writing this as a comment in #2553 but it got, wow, *really* long. Let me know if I should move it there to carry on the discussion, or...
Following #3360 (thanks for the great work!) I was implementing a first draft of a parser for the velocities. Before adding tests I quickly wanted to hear if the way...