<div dir="ltr">Dear Zi,<div><br></div><div>You have only changed the omega value in the HF section. But you also need a different omega value for the Libxc functional. These omega values are independent from each other.</div><div><br></div><div>I had a look at the source code. There is no way to change any parameters of the LC-wPBE functional in Libxc. I think you can reparametrize the HSE functional of Libxc</div><div><br></div><div>      &XC_FUNCTIONAL<br>        &LIBXC<br>          FUNCTIONAL HYB_GGA_XC_HSE03</div><div># According to <a href="https://gitlab.com/libxc/libxc/blob/4.0.3/src/hyb_gga_xc_hse.c">https://gitlab.com/libxc/libxc/blob/4.0.3/src/hyb_gga_xc_hse.c</a> the parameters should be (beta, omega_HF, omega_PBE)</div><div>          PARAMETERS 0.0 0.309 0.309<br>        &END LIBXC<br>      &END XC_FUNCTIONAL<br><br></div><div>Or you might try it with the CP2K implementation of WPBE:</div><div><br>      &XC_FUNCTIONAL</div><div>        &XWPBE<br>          OMEGA 0.309</div><div>          SCALE_X   1.0</div><div>          SCALE_X0 0.0<br>        &END XWPBE</div><div>        &PBE</div><div>          SCALE_X   0.0</div><div>          SCALE_C   1.0<br>        &END PBE</div><div>      &END XC_FUNCTIONAL<br></div><div><br></div><div>I hope I could help you.</div><div><br></div><div>Best,</div><div><br></div><div>Frederick</div></div>