BFedder

Results 8 issues of BFedder

Fixes #3629 With ~~panedrlite now closer to~~ pyedr now being a thing, and the actual code itself less likely to still change, I have now finally started work on the...

Component-Readers
Component-Aux
Continuous Integration
GSoC

## Is your feature request related to a problem? ## Many of the analysis tools MDAnalysis provides return their results in the form of NumPy arrays. Linking these results to...

enhancement
Component-Aux
GSoC

## Is your feature request related to a problem? ## In molecular dynamics simulations, users frequently have to inspect energy-like terms such as potential or kinetic energy, temperature, or pressure....

Component-Aux
GSoC

## Is your feature request related to a problem? ## When running MD simulations, it is often desirable to plot 'energy' terms like the potential energy, temperature, pressure, etc. of...

enhancement
Format-Gromacs
Component-Aux
GSoC

## Is your feature request related to a problem? ## Currently, some of the tests in test_lineardensity.py are basically tautologies because the expected values the tests check against were obtained...

testing
Component-Analysis
GSOC Starter

Fixes #3750 This is very much a work in progress, so far only the very barest of skeletons is present. PR Checklist ------------ - [ ] Tests? - [ ]...

enhancement
Component-Aux

## Is your feature request related to a problem? ## The AuxReaders have a `calc_representative` method which returns a representative value of the auxiliary data for any given time step....

API
Component-Aux

## 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) ```...

Component-Aux