michellab / BioSimSpace

Code and resources for the EPSRC BioSimSpace project.
https://biosimspace.org
GNU General Public License v3.0
77 stars 19 forks source link

Q: Funnel Correction yields a negative energy? #286

Closed cyrushu closed 2 years ago

cyrushu commented 2 years ago

Dear Developers,

Thanks for providing fantastic work on the funnel metadynamics pipeline.

Here is a question about funnel correction term since the paper in Eq3 gives the

image

where the correction form always yeilds positive free energy described in chapert Protein–Ligand Binding Free Energy.

I am stucked in this process, Is there any gudiance on this correction form?

Best wishes, Yilang

lohedges commented 2 years ago

Thanks for your question, and for your interest in BioSimSpace. I'll tag in @dlukauskis as he might have a better answer than me.

(Just to note that I've just spotted another error in the correction code. Although the volume was being converted to an area, the area wasn't being used when calculating the final correction (the volume was used instead). This has now been updated.)

dlukauskis commented 2 years ago

That equation is right, the correction term is itself negative, but because of the minus sign, it ends up positive.

I think of it this way - because the unbound phase is approximated in a very small volume (the tip of the funnel), the ligand would much prefer to be bound than unbound, effectively overestimating the binding free energy. To give a more accurate account of the true gain in rotational and translational freedom in the unbound phase, you have to adjust for the funnel volume, making the binding free energy less favourable/negative.

I hope this makes sense. Correction terms are used in basically every type of ABFE calculation, making the calculated deltaG less negative in every case.

cyrushu commented 2 years ago

Thanks a lot for the nice gudiance! This gudiance really saved my days!