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

[Enhancement] Improved EANN Model with Hard Cutoff for Efficient Inte… #178

Closed Jeremydream closed 3 months ago

Jeremydream commented 3 months ago

[Enhancement] Improved EANN Model with Hard Cutoff for Efficient Interaction Handling

Enabled hard cutoff in EANN model, aligning with cutoff rules in XML file. Allows processing of larger atom pairs, minimizing unnecessary interaction counts.