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
Alternatively, are you specifically interested in running a simulation solely using the trained NNP model?
If you want a simulation with NNP only, the Deepmd Plugin is enough to use.
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 the water.pb to the qdpi model (qdpi-1.0.pb), the waterbox is exploding:
#"Progress (%)" "Step" "Time (ps)" "Potential Energy (kJ/mole)" "Kinetic Energy (kJ/mole)" "Total Energy (kJ/mole)" "Temperature (K)" "Density (g/mL)" "Speed (ns/day)" "Time Remaining"
10.0% 100 0.01999999999999999 -48617782.74773688 5991.949569741136 -48611790.79816714 625.5780260850828 0.9854098249994789 0 --
20.0% 200 0.03999999999999987 -48619461.151101604 8961.926531253604 -48610499.22457035 935.6527861404164 0.9854098249994789 0.243 0:56
30.0% 300 0.05999999999999975 -48621288.31182224 18550.951134558753 -48602737.36068769 1936.776546211729 0.9854098249994789 0.233 0:52
40.0% 400 0.08000000000000024 -48622517.24254719 24885.054267470026 -48597632.18827972 2598.0764601689757 0.9854098249994789 0.231 0:44

Am I doing something wrong or is this a problem of the used NNP model?
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.pbfile and everything looks nice. If I now change thewater.pbto 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?