Computing/Predicting per-atom virials using the allegro model #141
Unanswered
eshaanraval
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm trying to implement the HNEMD approach (Paper) for determining thermal conductivity in torch_sim, using MLIPs like Allegro and so on. I'm new to training ML potentials and looking for guidance on how can I train an allegro model to predict per-atom virials along with all the other stuff it predicts in the pre-trained model like mir-group/Allegro-OAM-L.
For the approach I need to compute per-atom virial tensors based on a certain formula:
where$\vec{r_{ji}}$ $\equiv$ $\vec{r_i} - \vec{r_j}$ is the displacement vector between atoms $i$ and $j$ , and $U$ is the total potential energy.
Is it possible to train my own model to predict the per_atom virials along with the other quantities
Like Would it be possible to:
Any clarification or guidance on training a custom model for direct virial prediction, would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions