Unable to generate a extxyz database #334
-
I am new using nequip. I was able to run the examples without problem, but when I try to use my own database I found the following error:
I do not understand the source of this. The only lines that I changed from example.yaml are the following:
Finally, my toy database was generated using ASE and looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I think you're missing indentation on the |
Beta Was this translation helpful? Give feedback.
-
That was it. Now it works like a charm. Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
I am also new in using Nequip, I was able to run the examples without problem, but when I try to use the Uracil database on the sDGML website, by firstly changing the databaset_url to #dataset_url: http://quantum-machine.org/gdml/data/npz/md17_uracil.npz, changing what are necessarily to be changed in the example,yaml file for the npz dataset, and secondly aiming to use the extxyz format for the training process. Bot h methods resulted in errors, for the first one (npz), it is not possible to download the npz format, and for the second one (extxyz) after downing the extxyz format from the website, i removed all other data points but just left the first point and added "Properties=species:S:1:pos:R:3:forces:R:3:energies:R:1 energy=-260120.1104989303", then after hitting nequip-train uracil.extxyz, it resulted in such errors (Attached). Thank you for your time. |
Beta Was this translation helpful? Give feedback.
I think you're missing indentation on the
format
line afterase_args:
. Like in Python, indentation is meaningful in YAML and determines subkeys.