-
I want to use neighbor list do something. But i can't figure out the implementation in https://github.com/deepmodeling/deepmd-kit/blob/master/source/lib/src/neighbor_list.cc. |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Jul 25, 2023
Replies: 2 comments 4 replies
-
Yes. |
Beta Was this translation helpful? Give feedback.
1 reply
-
several implementations are provided, which one do you mean? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be clear, although there are several implementations, only$O(N^2)$ .
build_nlist_cpu
is actually used, whose complexity is