Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metatensor disk dataset #282

Closed
wants to merge 4 commits into from
Closed

Metatensor disk dataset #282

wants to merge 4 commits into from

Conversation

frostedoyster
Copy link
Collaborator

@frostedoyster frostedoyster commented Jul 4, 2024


📚 Documentation preview 📚: https://metatrain--282.org.readthedocs.build/en/282/


target_infos.update(target_info_dictionary)
train_datasets.append(Dataset({"system": train_systems, **train_targets}))
if Path(train_options["systems"]["read_from"]).suffix == "":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as a side note, I don't think we should do this based on file extensions. Instead, this feels like a good use case for #153

One issue with using file extension is that some DFT software are creating files without extension (e.g. VASP), which we might want to be able to read in the future.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I talked to @frostedoyster and I am already on changing towards #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants