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

Improve DMC example #96

Closed KuangYu closed 1 year ago

KuangYu commented 1 year ago

Improve the DMC example:

Make the box cubic Change the prm.xml to prm1.xml file to include electrostatic interactions. Add a test.py to verify that DMFF and OpenMM are consistent in energy calculation.