Nequip for orbnet dataset #423
gianscarpe
started this conversation in
General
Replies: 1 comment
-
Hi @gianscarpe , Thanks for your interest in our code! This is a consequence of how ASE reads in energy and force data. It should work fine with your data as long as it is in the standard
Probably the easiest thing (especially on the latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear authors,
We're planning to train Nequip on Orbnet dataset (https://figshare.com/articles/dataset/OrbNet_Denali_Training_Data/14883867), which is shipped as ASE xyz files. First, I noticed you recompute energy through ASE calculator when dealing with ASE dataset (at
nequip/nequip/data/AtomicData.py
Line 406 in 9882562
Second, I've a general question about the "per_species_rescale_scales" and "per_species_rescale_shifts" parameters. The default value is
dataset_forces_rms
but, as orbnet provides only energy labels, we changed todataset_per_atom_total_energy_std
anddataset_per_atom_total_energy_mean
. Can you briefly explaining what is the purpose of this parameter?Thank you very much for your time!
Beta Was this translation helpful? Give feedback.
All reactions