How plumed compute force from cv? #1094
Replies: 1 comment
-
Hi. What do you mean for "design"? If you want to write a new CV in C++, you need to code the derivatives as well. If you build it combining existing variables (e.g. with COMBINE, CUSTOM, etc), then plumed will know the derivative of each building block and do the force propagation. I hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if I design a new cv, I wonder how plumed compute its derivatives. Is there an automatic differentiation framework, or should I manually derive the formula?
Beta Was this translation helpful? Give feedback.
All reactions