I've added two optional fields for the mass and element number to the NormalizationParameters, added a __len__ method to the Vector class and added a warning to be issued to the user stating that the std attribute of the Matrix class won't be saved (warn user until issue #142 are fixed).
I've added two optional fields for the mass and element number to the
NormalizationParameters
, added a__len__
method to theVector
class and added a warning to be issued to the user stating that thestd
attribute of theMatrix
class won't be saved (warn user until issue #142 are fixed).