Replies: 1 comment 1 reply
-
|
Yes, there is the variance (uncertainty squared) implemented for all the predictions (including energy, forces, and stress): flare/src/flare_pp/bffs/sparse_gp.cpp Line 694 in b306fca You can check the For python interface, you can use the flare/flare/bffs/sgp/calculator.py Line 61 in b306fca |
Beta Was this translation helpful? Give feedback.
1 reply
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 currently exploring the use of FLARE's uncertainty measure (e.g., predicted force variance) as a collective variable (CV) in molecular dynamics simulations, particularly in conjunction with Adaptive Biasing Force (ABF) or related enhanced sampling methods.
To implement this, I would need the derivative of the FLARE uncertainty with respect to atomic coordinates. I'm using FLARE integrated with LAMMPS (via
LMPOTF) and would ideally want to compute these derivatives on the fly during MD runs to feed into my biasing protocol. Any advice or pointers to relevant parts of the codebase would be greatly appreciatedQuestions:
Is it currently possible to compute or extract derivative using the existing FLARE or FLARE++ codebase?
If not, would you have any advice on how to implement this?
Beta Was this translation helpful? Give feedback.
All reactions