iRASPA / RASPA3

This software is a general purpose classical simulation package.
Other
46 stars 6 forks source link

Hdf5 #8

Closed YouriRan closed 1 month ago

YouriRan commented 6 months ago

First of all, sorry for all the autoformat things that have been moved.

Heuristic discussion: Now writing to .data files is done by class methods that are a mix of writeFoo and printFoo. Writing to .h5 files is done by logFoo. Maybe we want to change this naming to printFoo for text (.data) and writeFoo for .h5 data.

In the future do we want to replace the .data file by a .log file that has a loglevel and prints "[level] time: message" to a logfile?