Remove Dataprovider from data/ remove ASE dependency
Closed this issue · 3 comments
andersx commented
As said in title. These are superseeded by the QMLearn interface.
This will also remove the dependency on ASE, as far as I can see.
Any downsides to this @larsbratholm ?
larsbratholm commented
The ASE interface might be nice to have in the future for other filetypes
than XYZ. But they should inherit from the Data class. Until someone
actually adds something that depends on ASE, we should indeed remove the
dependency.
andersx commented
I'll make a PR to remove the outdated dataprovider and (for now) remove ase then!