Added short neighbor list implementation for tersoff/zbl/gpu and tersoff/mod/gpu

This commit is contained in:
Trung Nguyen
2017-07-08 14:59:48 -05:00
parent 77c60189b8
commit 34fe2273f6
6 changed files with 365 additions and 100 deletions

View File

@ -104,8 +104,7 @@ class TersoffMod : public BaseThree<numtyp, acctyp> {
UCL_Kernel k_zeta;
UCL_Texture ts1_tex, ts2_tex, ts3_tex, ts4_tex, ts5_tex;
int _max_nbors;
numtyp _cutshortsq;
private:
bool _allocated;