infophysics / EntropicTrajectories

The Entropic Trajectories Framework: Many Body QM Simulations and Analysis.
0 stars 0 forks source link

Info, trace and error messages #6

Closed infophysics closed 4 years ago

infophysics commented 4 years ago

Each object, i.e. Vector, Matrix, Grid, etc., needs to have an attribute called "_info", which will be a string containing pertinent temporary information. For example, if a matrix multiplication fails, the object it was called on will log a message in _info so that a logging system can extract the relevant information and record it.

infophysics commented 4 years ago

This has been implemented. A logger class has also been created.