Home
last modified time | relevance | path

Searched refs:ters_c (Results 1 – 6 of 6) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_tersoff.h91 const double ters_c = param->c * param->c; in ters_gijk() local
95 return param->gamma * (1.0 + ters_c / ters_d - ters_c / (ters_d + hcth * hcth)); in ters_gijk()
100 const double ters_c = param->c * param->c; in ters_gijk_d() local
103 const double numerator = -2.0 * ters_c * hcth; in ters_gijk_d()
H A Dpair_extep.h95 const double ters_c = param->c * param->c; in ters_gijk() local
99 return param->gamma * (1.0 + ters_c / ters_d - ters_c / (ters_d + hcth * hcth)); in ters_gijk()
104 const double ters_c = param->c * param->c; in ters_gijk_d() local
107 const double numerator = -2.0 * ters_c * hcth; in ters_gijk_d()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_zbl_extra.h59 const numtyp ters_c = param_c * param_c; in ters_gijk() local
62 return param_gamma*((numtyp)1.0 + ters_c*ucl_recip(ters_d) - in ters_gijk()
63 ters_c *ucl_recip(ters_d + hcth*hcth)); in ters_gijk()
74 const numtyp ters_c = param_c * param_c; in ters_gijk_d() local
77 const numtyp numerator = (numtyp)-2.0 * ters_c * hcth; in ters_gijk_d()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dpair_tersoff_cuda_kernel_nc.cu205 F_FLOAT ters_c = params[iparam].c; in ters_gijk() local
209 … pow(ters_c, F_F(2.0)) / (pow(ters_d, F_F(2.0)) + pow(params[iparam].h - cos_theta, F_F(2.0)))); in ters_gijk()
214 F_FLOAT ters_c = params[iparam].c; in ters_gijk2() local
217 return params[iparam].gamma * (F_F(1.0) + pow(ters_c / ters_d, F_F(2.0)) - in ters_gijk2()
218 … pow(ters_c, F_F(2.0)) / (pow(ters_d, F_F(2.0)) + pow(params[iparam].h - cos_theta, F_F(2.0)))); in ters_gijk2()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_tersoff_kokkos.cpp856 const F_FLOAT ters_c = paramskk(i,j,k).c * paramskk(i,j,k).c; in ters_gijk() local
860 return paramskk(i,j,k).gamma*(1.0 + ters_c/ters_d - ters_c/(ters_d+hcth*hcth)); in ters_gijk()
870 const F_FLOAT ters_c = paramskk(i,j,k).c * paramskk(i,j,k).c; in ters_dgijk() local
873 const F_FLOAT numerator = -2.0 * ters_c * hcth; in ters_dgijk()
H A Dpair_tersoff_zbl_kokkos.cpp929 const F_FLOAT ters_c = paramskk(i,j,k).c * paramskk(i,j,k).c; in ters_gijk() local
933 return paramskk(i,j,k).gamma*(1.0 + ters_c/ters_d - ters_c/(ters_d+hcth*hcth)); in ters_gijk()
944 const F_FLOAT ters_c = paramskk(i,j,k).c * paramskk(i,j,k).c; in ters_dgijk() local
947 const F_FLOAT numerator = -2.0 * ters_c * hcth; in ters_dgijk()