customFunction module as reaction coordinate #690
-
Hi, This is Satyajit Khatua. I am here to gather some expert opinions about studying the conformational dynamics of DNA unwinding. To capture both the rotation and the translocation of helices, I have to use the combination of some colvars that capture the change in distance and rotation around a helical axis. Do any of you have any idea about the linear combination of any two such colvars (like distance/diatanceZ and spinAngle) to implement inside the customFunction colvar that can capture the conformational change in DNA in terms of simultaneous rotation and translocation? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi Satyajit! To use a linear combination you could use
If you have a specific idea in mind, please describe it so that we can confirm whether it's supported or not. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @satyajitkhatua09 , |
Beta Was this translation helpful? Give feedback.
Hi Satyajit!
To use a linear combination you could use
componentCoeff
:https://colvars.github.io/master/colvars-refman-namd.html#sec:cvc_superp
The example below defines a colvar that is the average of two functions:
customFunction
is much more flexible, because you can use many more mathematical functions, and I do recommend using it. The only caveat is that GROMACS and VMD currently would not support it.If you have a specific idea in mind, please describe it so that we can confirm whether it's supported or not.
Cheers!