Dear Huang,<div><br></div><div>There are some examples with correlation functionals in the test suite (tests/QS/regtest-libxc/H2O-hybrid-b3lyp_libxc.inp). LibXC correlation functionals are treated like exchange functionals. Technically, there isn't any difference between calculating a LibXC exchange or correlation or kinetic energy functional of the same kind.</div><div><br></div><div>RPBE affects only the enhancement factor of the exchange part. The LDA exchange energy density is known analytically. For the correlation part, you have to manually add the PBE correlation functional. The LibXC implementation and our implementation, both exploit the PW92 LDA functional.</div><div><br></div><div>The input section looks like the following</div><div><br></div><div>&XC_FUNCTIONAL</div><div>  &LIBXC</div><div>    FUNCTIONAL XC_GGA_X_RPBE</div><div>  &END LIBXC</div><div>  &LIBXC</div><div>    FUNCTIONAL XC_GGA_C_PBE</div><div>  &END LIBXC</div><div>&END XC_FUNCTIONAL<br><br></div><div>or with the cp2k implementation of PBE</div><div><br>&XC_FUNCTIONAL</div><div>  &LIBXC</div><div>    FUNCTIONAL XC_GGA_X_RPBE</div><div>  &END LIBXC</div><div>  &PBE</div><div># We don't need PBE exchange here because we are using RPBE exchange</div><div>    SCALE_X 0.0</div><div>  &END PBE</div><div>&END XC_FUNCTIONAL</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 class="gmail_quote"><div dir="auto" class="gmail_attr">yk...@gmail.com schrieb am Freitag, 14. August 2020 um 06:15:02 UTC+2:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div dir="ltr">Greetings, cp2k users.<div><br></div><div>I want to use rpbe functional in my calculation, after reading manual I find I should use libxc cuz rpbe is not implemented directly in cp2k. However, when I am reading input files in test/, I find there are examples in which only exchange term is defined, so I wonder how will cp2k calculate the correlation term? Will it use original LDA?</div><div>Answers will be appreciated, thanks in advance. </div><div><br></div><div>Huang Yike </div></div></blockquote></div>