bjmorgan / kinisi

A Python package for estimating diffusion properties from molecular dynamics simulations.
https://kinisi.readthedocs.io
MIT License
53 stars 11 forks source link

Use `class_methods` to support different file types #6

Closed arm61 closed 2 years ago

arm61 commented 2 years ago

Currently, there is a dtype keyword to identify which file type should be read in. This would be more clear on the code side if class_methods were used.

arm61 commented 2 years ago

Close with #7