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
143 stars 41 forks source link

Fix the bug in graph.py and implement CustomGBForce, CustomTorsionForce, Custom1_5BondForce generators. #159

Closed Ethan-Norch closed 5 months ago

Ethan-Norch commented 5 months ago

Fix the bug when dmff tries to match different atom types if the different beads that in force field files sharing the same element. Implement the CustomGBForce, CustomTorsionForce, Custom1_5BondForce in dmff. Write the codes for testing new forces. Write the docs for new forces.