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

Fixes #5046 Changes made in this Pull Request: - Added a block for raising value error inside __init__ in dssp.py - Checked the length of `ag.residues`, and just raised a...

This PR updates the MSD documentation inside `MDAnalysis.analysis.msd` to show users how to correctly apply the NoJump transformation using on-the-fly trajectory transformations. Issue #4169 noted that although NoJump exists, there...

### Summary `EinsteinMSD` currently lowercases the `msd_type` string but does not handle leading/trailing whitespace or non-string inputs. This leads to errors such as: - msd_type=" xy " → ValueError instead...

This PR adds a new analysis module `RMSFResidue` that computes Root Mean Square Fluctuations (RMSF) on a per-residue basis. ### Motivation MDAnalysis currently provides atom-level RMSF via `RMSF`. This PR...

Contributes to issue #3743. This PR updates deprecated NumPy testing functions in test_gnm.py: - Replaces assert_almost_equal and assert_array_almost_equal with numpy.testing.assert_allclose - Uses pytest.approx for scalar floating point comparisons - Preserves...

This PR implements enhancement proposed in issue #5170 ## Summary EinsteinMSD currently lowercases the msd_type string but does not: - strip whitespace - validate the type - handle mixed-case safely...

### Summary of Changes- This PR Modernize test assertions in testsuite\MDAnalysisTests\analysis\test_msd.py ### Changes made- 1. Replaced deprecated `assert_almost_equal `with` assert_allclose` using tolerances equivalent to the previous decimal keyword. 2. Replaced...

## Expected behavior ## All CI completes. ## Actual behavior ## The mypy job has been hanging on multiple PRs. ## Code to reproduce the behavior ## See eg *...

Continuous Integration

## Is your feature request related to a problem? ## MDAnalysis universe currently ignores `LAMMPS image flags (ix, iy and iz)` to properly unwrap wrapped coordinates according to `periodic boundary...

format-LAMMPS
PBC

Fixes # Changes made in this Pull Request: - ## PR Checklist - [ ] Issue raised/referenced? - [ ] Tests updated/added? - [ ] Documentation updated/added? - [ ]...