Skip to content

Add `AnalysisCollection`

Philip Loche requested to merge analysis-collection into main

This MR builds on top of !297 (merged) and should be finally reviewed and merged after !297 (merged) was merged!

Basically, I moved the code from my #4017 PR from MDanalysis to this repo.

The AnalysisCollection allows to run several analysis instances on the same trajectory.

After we merged this we can remove the logic that our modules either work with a single or multiple AtomGroups which should simplify the logic a lot. 🎉

PR Checklist

  • Docs?
  • Issue raised/referenced?

Merge request reports