From 613b517e828277e72f7c9910131966c63d22b545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sun, 25 Feb 2024 16:34:56 +0100 Subject: [PATCH] Manual: Update description of xc section --- src/input_cp2k_xc.F | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input_cp2k_xc.F b/src/input_cp2k_xc.F index 2807031a18..cb56e4e7e2 100644 --- a/src/input_cp2k_xc.F +++ b/src/input_cp2k_xc.F @@ -77,8 +77,7 @@ SUBROUTINE create_xc_fun_section(section) CPASSERT(.NOT. ASSOCIATED(section)) CALL section_create(section, __LOCATION__, name="xc_functional", & - description="The xc functional to use. For Functionals "// & - "of the LibXC library use the appropriate section.", & + description="The eXchange-Correlation functional to use.", & n_keywords=0, n_subsections=4, repeats=.FALSE., & citations=(/Ortiz1994, Becke1988, Perdew1996, Zhang1998, Lee1988, & Heyd2004, Vosko1980, Goedecker1996, Perdew1981, &