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 #3659 Changes made in this Pull Request: - New squash function `squash_by_attributes` that uses unique combinations of attributes to determine residues - `MOL2Parser` and `PDBParser` now use this function...

Component-Topology
close?

## Expected behavior ## Either creating a universe via `in_memory=True` or using :meth:`transfer_to_memory` should allow me to pass optional kwargs through to the `MemoryReader` creation (they aren't super useful, but...

## Expected behavior ## All tests pass on all supported platforms. ## Actual behavior ## The CI cron job for the ARM platform fails with the following error: ``` ____________...

testing
Component-Analysis

Github pages is leaving behind quite a lot of artifacts (31 since April) For full list see: ``` curl \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/MDAnalysis/mdanalysis/actions/artifacts ``` They have a retention...

Continuous Integration

## Expected behavior ## The docs specify the memory order of `timestep._pos' correctly to be "C". ## Actual behavior ## The docs [here](https://docs.mdanalysis.org/stable/documentation_pages/coordinates/base.html?highlight=_pos#MDAnalysis.coordinates.base.Timestep._pos) specifies ``` _pos of dtype float32 of...

Component-Docs

## Is your feature request related to a problem? ## I don't think cmaps is properly considered as TopologyObjects. ``` u1 = mda.Universe('xxx.pdb') u2 = mda.Universe('xxx.pdb') u1.add_TopologyAttr('cmaps', [[0,1,2,3,4]]) u2.add_TopologyAttr('cmaps', [[4,5,6,7,8]])...

defect
Component-Topology

## Is your feature request related to a problem? ## I would like to be able to compute RDFs along a specific axis, which may or may not vary along...

enhancement
Component-Analysis

Fixes #2988 Changes made in this Pull Request: - Do not any longer use deprecated NumPy API. - requires Cython >= 3.0 (tested locally with 3.0a6) - fixed direct ndarray.base...

Component-lib

_Disclaimer: I thought there was an issue in the past with this idea but I was not able to find it. Sorry if the following idea is a duplication_ ##...

Component-Analysis

Hi all, I've been using OpenMM to run simulations for the past couple of years. Unlike other tools, OpenMM does not write a 'topology' file (e.g. `.gro`, `.prmtop`) but instead...

enhancement
Format-PDB
Component-Readers
Component-Topology