-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong intramolecular energy in pose rescoring #362
Comments
Thanks for reporting. I can reproduce. The values should be the same. The discrepancy is caused by the use of grid maps to compute the unbound energy, and direct interactions (no grid maps) to compute the internal energy. If you use the |
@anaome could you post the energy decomposition with a spacing of 0.2 for you system? I'm just curious how big of a difference it would make for your 15-sidechain system. v.compute_vina_maps(center=coords, box_size=[25, 25, 28], spacing=0.2) the map calculation will take ~7x longer |
Thanks for the answer ! - default - spacing=0.2 - spacing=0.1 - no_refine=True |
Thank you! |
Hi !
There seems to be an issue with the calculation of the intramolecular energy for pose rescoring. The term (4) is always different from (2). This discrepancy arises from the terms involving flexible side chains. The system consists in a simple ligand (2 torsions) and a receptor with 15 flexible side chains.
Estimated Free Energy of Binding : -3.583 (kcal/mol) [=(1)+(2)+(3)-(4)]
(1) Final Intermolecular Energy : -2.656 (kcal/mol)
Ligand - Receptor : -0.961 (kcal/mol)
Ligand - Flex side chains : -1.695 (kcal/mol)
(2) Final Total Internal Energy : -20.261 (kcal/mol)
Ligand : 0.000 (kcal/mol)
Flex - Receptor : -12.696 (kcal/mol)
Flex - Flex side chains : -7.565 (kcal/mol)
(3) Torsional Free Energy : 0.314 (kcal/mol)
(4) Unbound System's Energy : -19.019 (kcal/mol)
The text was updated successfully, but these errors were encountered: