chemlab icon indicating copy to clipboard operation
chemlab copied to clipboard

Get rid of IOHandler abstraction

Open gabrielelanaro opened this issue 9 years ago • 0 comments

IOHandler abstraction is overkill and verbose, a better solution would be to use simple functions to read/write common file formats. Also, this is useful in exploratory data analysis because functions can be tab-completed.

read_gro
write_gro
read_xtc
etc...

Reference: #145

gabrielelanaro avatar Jan 28 '16 20:01 gabrielelanaro