Based on my reading of the CustomGBForce documentation, I don't think that it is suitable for a particular type of interaction that I am interested in, but I wanted to check with you to see if my understanding is correct.
I want to implement a pairwise interaction V_ij that depends on both the distance between the atoms and a pairwise quantity that, in turn, depends on the local densities of the interacting atoms, such that you have something like this:
Code: Select all
V_ij(sigma_ij(rho_i({r}), rho_j({r})), r_ij)
Does that sound right to you, i.e., CustomGBForce will not be suitable for what I want to do?
Thanks,
Nick