facebookresearch / diffkt

A framework for automatic differentiation in Kotlin
MIT License
60 stars 6 forks source link

Implement the molecular dynamics example with quadtrees #33

Open irenedea opened 2 years ago

irenedea commented 2 years ago

Right now we are checking the distance between every pair of molecules, but we could make it more efficient by checking only pairs within an area.

irenedea commented 2 years ago

Also could make this better by using differentiable data types.