<div dir="ltr"><div><div><div><div><div>Dear CP2K team,<br><br></div>  I would like to report a bug on the short-range PBE functional (xwpbe). <br><br></div>  More specifically, on Line 5333 and Line 5334 of file "src/xc/xc_xwpbe.f", the notation of the second derivative of xwpbe functional is misspelled, leading to abnormal exit.</div><div><br></div><div> An easy fix is shown below by changing  <br></div><div>  <br>   deriv => xc_dset_get_derivative(deriv_set, &                             <br>          "(norm_drhoa)(norm_drha)", allocate_deriv=.TRUE.)<br>   CALL xc_derivative_get(deriv, deriv_data=e_ndrhoa_ndrhoa)<br><br></div>   to<br><br>   deriv => xc_dset_get_derivative(deriv_set, &                             <br>          "(norm_drhoa)(norm_drhoa)", allocate_deriv=.TRUE.)<br>   CALL xc_derivative_get(deriv, deriv_data=e_ndrhoa_ndrhoa)<br><br><br></div>Cheers,<br><br></div>Hanning<br><div><div><br>   <br><div><br>     <br></div></div></div></div>