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
Fix bug in graph.py and implement CustomGBForce, Custom1_5BondForce, CustomTorsionForce generator in DMFF #158
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.
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.