Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Efficient neighborlist construction/usage plugin for nonbonded force calculation #91

Open
TablewareBox opened this issue Feb 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TablewareBox
Copy link
Collaborator

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:

  • Code migrated from Gromacs N×N×M clustered neighborlist
  • Code migrated from Openmm
  • A CUDA kernel developed by @TablewareBox at 2020

Further Information, Files, and Links

No response

@TablewareBox TablewareBox added the enhancement New feature or request label Feb 23, 2023
@dingye18
Copy link
Contributor

FYI: https://github.com/openmm/NNPOps/tree/master/src/pytorch/neighbors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants