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
154 stars 43 forks source link

Update Qeq module #189

Closed gust-07 closed 1 month ago

gust-07 commented 1 month ago

1.Matrix inversion method and projected gradient method were added to calculate the equilibrium charges,and step stride was added to control method 2.units of Chi and J parameters were unified. 3.qeq test case was also updated.