<div dir="ltr"><div>Dear users and developers,</div><div><br></div><div>I am trying to understand a variable "c_radius" inside qs_neighbor_lists.F</div><div><br></div><div>Lines 746-747 of the DFTB part read:</div><div><br></div><div>            c_radius = 0.5_dp*SQRT(-LOG(3.5_dp*alpha**3*1.e-12_dp))/alpha</div><div>            CALL pair_radius_setup(orb_present, orb_present, c_radius, c_radius, pair_radius)</div><div><br></div><div>I am trying to understand why this is hard-coded, its physical meaning, and why it is related to the Ewald parameter.</div><div><br></div><div>Thanks, Wei</div></div>