Open talagayev opened 17 hours ago
This looks challenging... I am not sure if this particular analysis can be easily made to conform to the single pass analysis that AnalysisBase assumes. If that is the case then that's ok, one doesn't have to make every algorithm conform to AnalysisBase.
Currently
MDAnalysis.analysis.hydrogenbonds.hbond_autocorrel
does lack an implementation of an anAnalysisBase
class to have a structure similar toMDAnalysis.analysis.rms
, which would allow an easier implementation of the parallelization mentioned in #4665Things to do:
AnalysisBase
class inMDAnalysis.analysis.hydrogenbonds.hbond_autocorrel
test_hydrogenbondautocorrel.py
if required