MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

Extend FrameReader to be only a special case of a base class #68

Open 97gamjak opened 1 month ago

97gamjak commented 1 month ago

Is your feature request related to a problem? Please describe. In order to read in multiple file formats it would really make sense to have multiple subclasses from FrameRead to make it much cleaner implementationwise. So depending on the input the TrajectoryReader class can decide which one to call.