Stresses and forces in training data #12
-
My question stems from trying to train allegro models on AIMD simulation data taken in NPT and NVT ensembles and processed from VASP to extxyz. Do stresses from an NPT simulation contribute to forces on atoms for the purpose of training? What would be the appropriate way of including / excluding them for training? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @apoletayev , Thanks for your interest in our code! Not sure what you mean by "contribute to forces on atoms for the purpose of training"... We support training on stress/virial labels and the approach is the same as for a NequIP model using the same options in the |
Beta Was this translation helpful? Give feedback.
Hi @apoletayev ,
Thanks for your interest in our code! Not sure what you mean by "contribute to forces on atoms for the purpose of training"...
We support training on stress/virial labels and the approach is the same as for a NequIP model using the same options in the
nequip
framework; seeminimal_stress.yaml
innequip
and various threads, like this one mir-group/nequip#114, in the NequIP discussions and issues.