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

Statistics abstraction pattern #74

Merged
merged 33 commits into from
Apr 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
FNTwin committed Mar 30, 2024
commit 7a20193b90d5300c039598350776dfb3cdc072d4
3 changes: 3 additions & 0 deletions openqdc/datasets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ def __init__(
Energy unit to convert dataset to. Supported units: ["kcal/mol", "kj/mol", "hartree", "ev"]
distance_unit
Distance unit to convert dataset to. Supported units: ["ang", "nm", "bohr"]
energy_type
Type of isolated atom energy to use for the dataset. Default: "formation"
Supported types: ["formation", "regression"]
overwrite_local_cache
Whether to overwrite the locally cached dataset.
cache_dir
Expand Down