Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/MESONT/
H A Dpair_mesont_tpm.cpp355 …double Rcut_min = std::max(2.0*Lmax, std::sqrt(0.5*Lmax*Lmax + std::pow((2.0*RT + TPBRcutoff),2))); in compute() local
356 if (cut_global < Rcut_min) { in compute()
359 Lmax, RT, cut_global, Rcut_min); in compute()
492 Rcut_min = std::max(2.0*Lmax, std::sqrt(0.5*Lmax*Lmax + std::pow((2.0*Rmax + TPBRcutoff),2))); in compute()
493 if (cut_global < Rcut_min) { in compute()
496 Lmax, RT, cut_global, Rcut_min); in compute()