ModelHamiltonian icon indicating copy to clipboard operation
ModelHamiltonian copied to clipboard

Array transformations should be free functions, not methods

Open msricher opened this issue 2 years ago • 0 comments

https://github.com/theochem/ModelHamiltonian/blob/4d5d164477d02044cb113a00b948705773b64247/moha/api.py#L66

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.

msricher avatar Apr 06 '22 11:04 msricher