The DataManager class#
PyGPE provides a class (DataManager) for handling the data of the simulation. We use HDF5 filetypes for their speed and simplicity. This means we only need one file to manage all the data of the system. For more information on HDF5 and how it works, see their website.