yank icon indicating copy to clipboard operation
yank copied to clipboard

Is it possible to use enhanced sampling algorithms such as REST/REST2?

Open jackzzs opened this issue 2 years ago • 1 comments

In commercial software such as Schrödinger's FEP+, FEP is accelerated by enhanced sampling methods such as REST2, is it possible to achieve a similar function in yank? In the help documentation I only found the augmented sampling method for the MC algorithm. Thanks!

jackzzs avatar Jun 14 '22 17:06 jackzzs

Hi @jackzzs . REST2 typically works by partially softening intramolecular torsions and the interactions between ligand and receptor to reduce barriers between stable conformations. YANK only computes absolute free energies, however, and to do this, it removes the ligand-receptor interactions completely. You could in principle soften only partially the ligand by letting the lambda_sterics/torsions parameters not completely go to 0.0 in the alchemical protocol (see YAML input file documentation), but you won't get a meaningful free energy difference out of that calculation.

andrrizzi avatar Jun 24 '22 07:06 andrrizzi