mdanalysis
mdanalysis copied to clipboard
MDAnalysis is a Python library to analyze molecular dynamics simulations.
**Is your feature request related to a problem? Please describe.** Many analysis methods (`Contacts`, old and new H-bond analysis PR #2237, ...) require the user to provide _selection strings_ and...
## Is your feature request related to a problem? ## continuing on the context-aware guesser project on #3753 I'm wondering what is the most suitable action to take if the...
I should mention that the approach to auto-labeling that we currently use for PRs and stuff was rejected upstream and replaced with something that is supposed to work better re:...
## Is your feature request related to a problem? ## Currently, auxiliary data is added as such: ```python aux = mda.auxiliary.EDR.EDRReader(edr_file) u.trajectory.add_auxiliary(aux_spec, aux) ``` i.e. ```python u.trajectory.add_auxiliary({"temp": "Temperature"}, aux) ```...
# Is your feature request related to a problem? If a residue has multiple atoms with the same name, they are silently skipped over without any warnings. One can provide...
## Is your feature request related to a problem? ## Some discussions on #3749 brought up conversion of units in the `AuxReaders`. Our current solution used in the coordinate readers...
TopologyAttrs are a bit of a mess right now, and the documentation is not up-to-date. This is a list of some inconsistencies I found. ## atomiccharge The GAMESS parser uses...
Fixes # Changes made in this Pull Request: - PR Checklist ------------ - [ ] Tests? - [ ] Docs? - [ ] CHANGELOG updated? - [ ] Issue raised/referenced?
We've been saying we'd do this for ages but never go around to it. Making Cython required at build time (which is sorta is because of pyproject.toml) would make deployment...
Follow up from #1901 For 3.0 we should remove the tempfactor aliases.