Home
last modified time | relevance | path

Searched refs:EWALD_P (Results 1 – 25 of 110) sorted by relevance

12345

/dports/science/lammps/lammps-stable_29Sep2021/src/CORESHELL/
H A Dpair_coul_long_cs.cpp28 #define EWALD_P 9.95473818e-1 macro
114 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
125 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
H A Dpair_born_coul_long_cs.cpp28 #define EWALD_P 9.95473818e-1 macro
117 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
128 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
H A Dpair_buck_coul_long_cs.cpp28 #define EWALD_P 9.95473818e-1 macro
117 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
128 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
H A Dpair_lj_cut_coul_long_cs.cpp28 #define EWALD_P 9.95473818e-1 macro
119 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
130 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
444 t = 1.0 / (1.0 + EWALD_P*grij); in compute_outer()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-PAIR/
H A Dpair_coul_slater_long.cpp36 #define EWALD_P 0.3275911 macro
124 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
362 t = 1.0 / (1.0 + EWALD_P*grij); in single()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dpair_coul_dsf.cpp37 #define EWALD_P 0.3275911 macro
116 t = 1.0 / (1.0 + EWALD_P*alpha*r); in compute()
304 t = 1.0 / (1.0 + EWALD_P*alpha*r); in single()
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dpair_coul_long_cs_gpu.cpp37 #define EWALD_P 9.95473818e-1 macro
273 t = 1.0 / (1.0 + EWALD_P*grij); in cpu_compute()
284 t = 1.0 / (1.0 + EWALD_P*grij); in cpu_compute()
H A Dpair_born_coul_long_cs_gpu.cpp39 #define EWALD_P 9.95473818e-1 macro
278 t = 1.0 / (1.0 + EWALD_P*grij); in cpu_compute()
289 t = 1.0 / (1.0 + EWALD_P*grij); in cpu_compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_coul_dsf_omp.cpp30 #define EWALD_P 0.3275911 macro
144 t = 1.0 / (1.0 + EWALD_P*alpha*r); in eval()
H A Dpair_coul_long_soft_omp.cpp30 #define EWALD_P 0.3275911 macro
142 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_lj_cut_coul_dsf_omp.cpp32 #define EWALD_P 0.3275911 macro
157 t = 1.0 / (1.0 + EWALD_P*alpha*r); in eval()
H A Dpair_coul_long_omp.cpp30 #define EWALD_P 0.3275911 macro
144 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_born_coul_long_omp.cpp30 #define EWALD_P 0.3275911 macro
145 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_lj_cut_coul_long_soft_omp.cpp30 #define EWALD_P 0.3275911 macro
146 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_lj_class2_coul_long_omp.cpp30 #define EWALD_P 0.3275911 macro
148 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_lj_cut_coul_long_omp.cpp30 #define EWALD_P 0.3275911 macro
148 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_buck_coul_long_omp.cpp30 #define EWALD_P 0.3275911 macro
148 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPT/
H A Dpair_lj_charmm_coul_long_opt.cpp32 #define EWALD_P 0.3275911 macro
160 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
249 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
H A Dpair_lj_cut_coul_long_opt.cpp24 #define EWALD_P 0.3275911 macro
136 t = 1.0 / (1.0 + EWALD_P*grij); in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_lj_cut_coul_dsf_kokkos.cpp42 #define EWALD_P 0.3275911 macro
227 const F_FLOAT t = 1.0 / (1.0 + EWALD_P*alpha*r); in compute_fcoul()
248 const F_FLOAT t = 1.0 / (1.0 + EWALD_P*alpha*r); in compute_ecoul()
H A Dpair_coul_long_kokkos.cpp41 #define EWALD_P 0.3275911 macro
194 const F_FLOAT t = 1.0 / (1.0 + EWALD_P*grij); in compute_fcoul()
233 const F_FLOAT t = 1.0 / (1.0 + EWALD_P*grij); in compute_ecoul()
/dports/science/lammps/lammps-stable_29Sep2021/src/DIELECTRIC/
H A Dpair_lj_cut_coul_long_dielectric.cpp37 #define EWALD_P 0.3275911 macro
156 t = 1.0 / (1.0 + EWALD_P * grij); in compute()
283 t = 1.0 / (1.0 + EWALD_P * grij); in single()
H A Dpair_coul_long_dielectric.cpp37 #define EWALD_P 0.3275911 macro
140 t = 1.0 / (1.0 + EWALD_P * grij); in compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/FEP/
H A Dpair_coul_long_soft.cpp37 #define EWALD_P 0.3275911 macro
124 t = 1.0 / (1.0 + EWALD_P*grij); in compute()
360 t = 1.0 / (1.0 + EWALD_P*grij); in single()
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpair_coul_long.cpp35 #define EWALD_P 0.3275911 macro
125 t = 1.0 / (1.0 + EWALD_P * grij); in compute()
345 t = 1.0 / (1.0 + EWALD_P * grij); in single()

12345