choderalab / modelforge

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

Use scatter_add instead of torch.scatter_add #113

Closed wiederm closed 1 month ago

wiederm commented 1 month ago

Description

The torch_scatter utility allows for more readable code; I have updated the SchNet convolution calculation using the function.

Status