Skip to content

Commit

Permalink
Libxc: Update link to list with functionals
Browse files Browse the repository at this point in the history
The old one didn't work anymore.
  • Loading branch information
Frederick Stein authored and dev-zero committed Nov 27, 2019
1 parent dd2c195 commit 350ef5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/input_cp2k_xc.F
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@ SUBROUTINE create_xc_fun_section(section)

CALL create_libxc_section(subsection, "LIBXC", &
"Uses functionals from LIBXC, see also "// &
"https://gitlab.com/libxc/libxc/wikis/Functionals-list-4.0.4", &
"https://www.tddft.org/programs/libxc/functionals/", &
"FUNCTIONAL GGA_X_PBE")
CALL section_add_subsection(section, subsection)
CALL section_release(subsection)

CALL create_libxc_section(subsection, "KE_LIBXC", &
"To be used for KG runs. Uses kinetic energy functionals from LIBXC, "// &
"https://gitlab.com/libxc/libxc/wikis/Functionals-list-4.0.4", &
"https://www.tddft.org/programs/libxc/functionals/", &
"FUNCTIONAL GGA_K_LLP")
CALL section_add_subsection(section, subsection)
CALL section_release(subsection)
Expand Down Expand Up @@ -756,7 +756,7 @@ SUBROUTINE create_libxc_section(section, name, description, usage)
CALL keyword_release(keyword)
CALL keyword_create(keyword, __LOCATION__, name="FUNCTIONAL", &
description="name of the functional, see also "// &
"https://gitlab.com/libxc/libxc/wikis/Functionals-list-4.0.4 "// &
"https://www.tddft.org/programs/libxc/functionals/ "// &
"The precise list of available functionals depends on "// &
"the version of the linked libxc.", &
usage=usage, type_of_var=char_t)
Expand Down

0 comments on commit 350ef5d

Please sign in to comment.