Replies: 1 comment 2 replies
-
If a cell is not provided, the stress cannot be computed (since the stress is the derivative of the total energy with respect to the deformation of the cell). The initialisation with zero just caters for the situation when the input has no cell and no stress data (eh isolated molecules in vacuum) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to this area. I have a question regarding using MACE APIs to train on energy, force and stress form the MPtrij data. The data include energy, force and stress for every configuration. I read the Mace code and see that when it calculate stress, it requires information about cell. If cell is not provided as input it will uses the default cell value initialised as a zero 3x3 matrix. I am wondering if initializing with a zero 3x3 matrix is a correct way to train with stress on the MP data? I saw in the MP data there are latice matrices, not sure if this is related to the cell input?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions