deepmodeling / DMFF

DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable implementation of molecular force field models.
GNU Lesser General Public License v3.0
151 stars 43 forks source link

[Feature Request] Workflow to fit relative protein-ligand binding free energy data #90

Closed Ericwang6 closed 10 months ago

Ericwang6 commented 1 year ago

Summary

A workflow specially designed for fine-tuing drug-like force field parameters (typically non-bonded ones) to fit against experimental relative protein-ligand binding free energy data.

Motivation

Accurate prediction of protein-ligand binding free energy is one of the most important tasks of drug-like force field development. Relative protein-ligand binding free energy calculations based on free energy perturbation (FEP) theory are proved to have the ability to reach chemical accuracy. However, the direct fitting against FEP experimental data are rarely reported due to :

Therefore, I would suggest DMFF supports a general workflow (or framework) to fit against experimental FEP data, which will be revolutionary in this realm.

Suggested Solutions

The workflow should take the following data as inputs:

and then

$$\frac{\partial\Delta G}{\partial\theta}=\left\langle\frac{\partial U}{\partial\theta}\right\rangle{\lambda=1}-\left\langle\frac{\partial U}{\partial\theta}\right\rangle{\lambda=0}$$

Further Information, Files, and Links

No response