Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/MOLECULE/
H A Dpair_lj_charmmfsw_coul_charmmfsh.h53 double denom_lj, denom_lj12, denom_lj6; variable
H A Dpair_lj_charmmfsw_coul_charmmfsh.cpp188 evdwl12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in compute()
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.h60 double denom_lj, denom_lj12, denom_lj6; 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()
778 denom_lj12 = 1.0/(cut_lj6 - cut_lj_inner6); in init_style()
1021 philj12 = lj3[itype][jtype]*cut_lj6*denom_lj12 * in single()