theochem/ModelHamiltonian

Array transformations should be free functions, not methods

msricher opened this issue · 0 comments

def to_sparse(self, Md):

These functions, which do not use self or reference the parent object, should probably be free functions in utils, and then added to __init__.py.