Replies: 1 comment
-
It seems like in such cases the key mapping should also be specified as follows:
Perhaps the tutorial config needs to be edited, but that's how I solved this problem. |
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
-
I am trying to convert my own data into the extxyz format, but it seems like nequip is unable to recognize the energy field. I have put the energies into the
info['energy']
andinfo['free_energy']
of thease.Atoms
object I constructed, similar to thesitraj.xyz
file provided in the colab tutorial. However, I keep getting the runtime error for missing the energy:RuntimeError: The field key
total_energyis not present in this dataset
Is there something I missed? The header in my extxyz file looks like this:
Beta Was this translation helpful? Give feedback.
All reactions