Training model with Energy, Force and Virial #1488
dominicvarghese
started this conversation in
General
Replies: 1 comment 4 replies
|
Hey @dominicvarghese, to train on virials you need to use the virials loss: We are in the process of deprecating the virials, and convert everything to stresses. The easiest for you is to convert from virials to stresses. and then |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I have a DFT dataset with energy, force and virials (not stress) of 1705 configurations. Is it possible to train a model using the virials as well in addition to energy and force?
I didnt find any tag similar to
compute_stresstag for the virials. Is there an option to setcompute_virials=True?To train the model, I was using the following tags:
But in the run, it was not showing the RMSE virial suggesting this method was not using the virial data?
However, in the initial part of reading the data, we had:
Does this mean the model is using the virial data? If not, how to use the virial data for training the model?
Thanks
Dominic
All reactions