Fix kernel for periodic boundaries
The kernel used only one grid dimension to loop over the periodic points. This, however, fails if more than about 65000 points are in the periodic boundary. Rearrange the grid to split this number over the second and third dimension to avoid this issue.
想要评论请 注册 或 登录