-
Notifications
You must be signed in to change notification settings - Fork 5
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
strange boxes when using the qdpi model #15
Comments
Hello. Based on my understanding, for reliable molecular dynamics (MD) simulations, it is recommended to use the QD-pi model in conjunction with DFTB3. While it is technically feasible to run simulations solely with the QD-pi model using the Deepmd Plugin, it is not considered reasonable. Therefore, the cause of the water box exploding problem can be attributed to the unrealistic simulation setup that utilizes only the QD-pi model without incorporating DFTB3. It is important to acknowledge that the QD-pi model was developed as a correction for QM/MM simulations, and as such, the provided nvt scripts in this plugin might not be suitable for the specific usage scenarios of the QD-pi model. For more appropriate usage, you may find the test_deepmd_dp_region.py script more suitable for your needs and requirements. ( Sorry for a late responding to this issue...... |
Ok sorry for the confusion then I might have misunderstood something. Thank you for the clarification! Using only part of the system with ML using this script |
Yes, it's still a problem if you used the Since |
For me having the intramolecular interactions described by a ML model would be already quite nice! I will try investigating this more thoroughly. |
Thanks for this nice module!
I am trying to use the QDpi Model, for running a MD simulation describing the whole waterbox with the NNP, following this comment
If I run the NVT test script provided within this repository (https://github.com/JingHuangLab/openmm_deepmd_plugin/blob/master/python/tests/test_deepmd_nvt.py) I can run this test with the provided
water.pb
file and everything looks nice. If I now change thewater.pb
to the qdpi model (qdpi-1.0.pb
), the waterbox is exploding:Am I doing something wrong or is this a problem of the used NNP model?
The text was updated successfully, but these errors were encountered: