choderalab / modelforge

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

Bugfix #62

Closed wiederm closed 8 months ago

wiederm commented 8 months ago

Description

This is a critical bug fix for a bug discovered by @ArnNag . The PaiNN subclass' _forward call mu and q were overwritten after each iteration of interaction and mixing, resetting to the initial state.

Status