Skip to content

Commit e4604ab

Browse files
authored
Merge pull request #42 from TablewareBox/deepdih-pr
Create DeePDih_vote.md
2 parents c276196 + bb3505c commit e4604ab

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

votes/DeePDih_vote.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# A Vote for New Projects: DeePDih
3+
4+
## Proposal
5+
6+
DeePDih is a Python package that perform on-the-fly dihedral parametrization of classical force-field, with any energy calculator (ForceField, NNP or QM).
7+
With the accuracy and efficiency of NNPs, **DeePDih** can efficiently optimize the dihedral parameters of any biomolecule, greatly enhancing the accuracy of MM simulations, such as FEP calculations. **DeePDih** now reaches its best performance with the fine-tuned **DPA-2-TB model**, which is obtained from OpenLAM Q1 version's pretraining and fine-tuned with a drug molecule dataset constructed by active learning.
8+
9+
This on-the-fly force field optimization approach addresses the key challenges of high computational expense and labor-intensive parameter library construction, paving the way for more efficient and broadly applicable force field optimization.
10+
11+
In summary, **DeePDih** offers the following key features:
12+
13+
* Molecule Fragmentation: Decompose complex organic molecules into fragments containing at least one rotamer using a fragmentation method.
14+
* Flexible Scan: Perform flexible scans on the high-accuracy potential surface (QM or NNP) around each rotamer for every fragment. This involves fixing the dihedral angle of the rotatable bond and optimizing bond lengths and angles to obtain relaxed conformations.
15+
* Fragment Cataloging: Catalog each fragment's fingerprint in the fragment library to identify the dihedral parameters that need optimization.
16+
* Parameter Optimization: Catalog each fragment's fingerprint in a fragment library to identify the dihedral parameters that need optimization. Optimize MM dihedral parameters to minimize the relative error between high-accuracy (QM or NNP) and MM potential surfacesc. The fragments' fingerprints are based on molecular topologies using a node-embedding-based approach, ensuring that similar local environments share identical fingerprints.
17+
* Parameter Matching: Match the optimized parameters to complex organic molecules using fingerprints.
18+
19+
The code is the implementation of the DeePDih manuscript: [Efficient and Precise Force Field Optimization for Biomolecules Using DPA-2](https://dp-filetrans-bj.oss-cn-beijing.aliyuncs.com/changjunhan/pdfs/DPA2_FEP_Manuscript_v1.pdf). It is currently available on GitHub at: [https://github.com/WangXinyan940/DeePDih](https://github.com/WangXinyan940/DeePDih). The manuscript will be released on arXiv when the repo moves to DeepModeling.
20+
21+
## Deadline
22+
23+
The vote will be open for at least 6 days unless there is an objection.
24+
25+
## Scope
26+
27+
TOC MEMBERS.
28+
29+
## Result
30+
31+
Approved by:
32+
33+
wanghan-iapcm
34+
zjgemi

0 commit comments

Comments
 (0)