Exscientia / physicsml

A package for all physics based/related models
MIT License
40 stars 1 forks source link

Improved NL computation #22

Closed wardhaddadin1 closed 4 months ago

wardhaddadin1 commented 4 months ago

Here is a little benchmark:

On a pos = 5 * torch.randn(1000, 3), I get:

If we include PBCs, it's:

To fix this:

peastman commented 4 months ago

That looks great. Thanks for the quick fix!