choderalab / modelforge

Infrastructure to implement and train NNPs
https://modelforge.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

Seperating Neighborlist and Pairlist #55

Closed wiederm closed 7 months ago

wiederm commented 8 months ago

Description

Our current Pairlist included a possible cutoff for neighbor calculations; this has been refactored in two separate classes to make sure we use the intended calculation. Typically, with only a few use cases, we want the Pairlist for training.

Todos

Status