You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Construct neighborlist using non-JITable code (for speed), and use it in downstream nonbonded force calculation.
Motivation
The construction of nblist is the most time-consuming part of DMFF. This is because the code is written in python and JITted, but automatic differentiation is useless in the usage.
To optimize the code, we can provide a python/c++/CUDA plugin for nblist construction.
Suggested Solutions
Possible solutions are:
Code migrated from Gromacs N×N×M clustered neighborlist
Summary
Construct neighborlist using non-JITable code (for speed), and use it in downstream nonbonded force calculation.
Motivation
The construction of nblist is the most time-consuming part of DMFF. This is because the code is written in python and JITted, but automatic differentiation is useless in the usage.
To optimize the code, we can provide a python/c++/CUDA plugin for nblist construction.
Suggested Solutions
Possible solutions are:
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: