mdanalysis
mdanalysis copied to clipboard
MDAnalysis is a Python library to analyze molecular dynamics simulations.
## Is your feature request related to a problem? ## as part of my gsoc project, I'm working on implementing a PDB-aware guesser to have a more accurate and reliable...
Fixes # Changes made in this Pull Request: - Added OSError in addition to PermissionError PR Checklist ------------ - [ ] Tests? - [ ] Docs? - [ ] CHANGELOG...
This is the meta issue for the 3.0 release of MDAnalysis. The target date will be a year from the ideal release date of v2.3.0 (which we will release early):...
Just from a very cursory look, I can't seem to see pep8speaks entries in most of the latest PRs here. Is it somehow deactivated?
## Expected behavior ## - Append to an XYZ file ## Actual behavior ## - The write mode is restricted to "wr" ## Code to reproduce the behavior ## ```...
Fixes #3750 This is very much a work in progress, so far only the very barest of skeletons is present. PR Checklist ------------ - [ ] Tests? - [ ]...
## Is your feature request related to a problem? ## The wiki is getting a little bit out of date in some respects and I think its probably a good...
Fixes #3836 Changes made in this Pull Request: - Add key word argument to XYZWriter to allow users to specify the mode with which to open an XYZ file (default...
Networkx is solely used by a single analysis module (leaflet.py). It may make sense to make this an optional dependency?
## Is your feature request related to a problem? ## LAMMPS trajectories can be written in two way, (1) xu yu zu in dump to allow diffusion coefficients to be...