mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Fix url for DFT-D3
svn-origin-rev: 18580
This commit is contained in:
parent
285d7e4d05
commit
dfef08d1f2
2 changed files with 2 additions and 3 deletions
|
|
@ -901,8 +901,7 @@ CONTAINS
|
|||
CALL keyword_create(keyword, name="REFERENCE_FUNCTIONAL", &
|
||||
description="Use parameters for this specific density functional. " &
|
||||
//"For available D3 and D3(BJ) parameters see: " &
|
||||
//"http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionals.html, " &
|
||||
//"http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionalsbj.html", &
|
||||
//"https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/dft-d3", &
|
||||
usage="REFERENCE_FUNCTIONAL <functional>", &
|
||||
type_of_var=char_t)
|
||||
CALL section_add_keyword(subsection, keyword)
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ CONTAINS
|
|||
CALL section_vals_val_get(vdw_section, "PAIR_POTENTIAL%REFERENCE_FUNCTIONAL", c_val=functional)
|
||||
|
||||
! values for different functionals from:
|
||||
! http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionals.html
|
||||
! https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/dft-d3
|
||||
SELECT CASE (TRIM (functional))
|
||||
CASE DEFAULT
|
||||
! unknown functional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue