mdanalysis icon indicating copy to clipboard operation
mdanalysis copied to clipboard

MDAnalysis is a Python library to analyze molecular dynamics simulations.

Results 439 mdanalysis issues
Sort by recently updated
recently updated
newest added

This PR adds an optimized histogram implementation using **Cython and OpenMP** that provides **10-18x speedup** for RDF calculations with large datasets. ## Context This PR supersedes #5103, which used Numba....

performance
Component-Analysis

## Is your feature request related to a problem? ## Reading in trajectory files that combine atomic forces along with positions, the units for forces are automatically converted from kcal/(mol.Ang)...

format-LAMMPS
units

These include: - namiroues - jpkrowe - schuhmc - gitsirsha - Pradyumn-cloud

## Expected behavior ## One would expect that when a universe is loaded, the `TopologyGroup`s would be initialized once. ## Actual behavior ## Every time `topologyattrs._Connection.get_atoms` is called, it reinitializes...

performance
Component-Core
Component-Topology

Fixes #5115 Changes made in this Pull Request: - Add `units` attribute to `DumpReader` class specifying LAMMPS "real" units (time: fs, length: Angstrom, velocity: Angstrom/fs, force: kcal/(mol*Angstrom)) - Implement force...

format-LAMMPS

We have to turn it on because the released MDA version isn't compatible with the latest numpy & cython. Next release we should be good, so we should turn it...

Hello. This was reported to Debian here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108309 When building (the Debian package of) mdanalysis, version 2.9.0, on AWS machines of types `m7a.large` or `r7a.large`, which incidentally have 2 vCPUs,...

testing
downstream

> Thanks for the updates. I only have minor cosmetic changes. > > While reviewing, I also realized that your code can solve a problem that has been inherent in...

defect
Component-Analysis

We shouldn't be using `nose` anywhere in our source/testing infrastructure at this point, so the subset of related references that show up via `git grep -E -i "nose"` are likely...

maintainability
benchmarks