Home
last modified time | relevance | path

Searched refs:cut_lj6 (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/MOLECULE/
H A Dpair_lj_charmmfsw_coul_charmmfsh.h52 double cut_lj6inv, cut_lj_inner6inv, cut_lj6, cut_lj_inner6; variable
H A Dpair_lj_charmmfsw_coul_charmmfsh.cpp188 evdwl12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in compute()
326 cut_lj6 = cut_ljsq * cut_ljsq * cut_ljsq; in init_style()
336 denom_lj12 = 1.0/(cut_lj6 - cut_lj_inner6); in init_style()
526 philj12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in single()
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpair_lj_charmmfsw_coul_long.h57 double cut_lj6inv, cut_lj_inner6inv, cut_lj6, cut_lj_inner6; variable
H A Dpair_lj_charmmfsw_coul_long.cpp230 evdwl12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in compute()
588 evdwl12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in compute_outer()
769 cut_lj6 = cut_ljsq * cut_ljsq * cut_ljsq; in init_style()
778 denom_lj12 = 1.0/(cut_lj6 - cut_lj_inner6); in init_style()
1021 philj12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in single()