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

Window Frames Generator from File #34

Closed 97gamjak closed 1 month ago

97gamjak commented 2 months ago

Is your feature request related to a problem? Please describe. In order to work with large trajectories that do not fit into the RAM, as window generator function directly from a trajectory would be really helpful.

Describe the solution you'd like Add new method to TrajectoryReader, which calls the frame_generator method.