mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
23 lines
656 B
Text
23 lines
656 B
Text
# vdW-DF-cx: K. Berland and P. Hyldgaard, Exchange functional that tests
|
|
# the robustness of the plasmon descripion of the van der Waals density
|
|
# functional, Physical Review B 89, 035412 (2014).
|
|
#
|
|
# CUTOFF should be optimised for accuracy and efficiency
|
|
#
|
|
&XC
|
|
&XC_FUNCTIONAL
|
|
&GGA_X_LV_RPW86
|
|
&END GGA_X_LV_RPW86
|
|
&PW92
|
|
&END PW92
|
|
&END XC_FUNCTIONAL
|
|
&vdW_POTENTIAL
|
|
DISPERSION_FUNCTIONAL NON_LOCAL
|
|
&NON_LOCAL
|
|
TYPE DRSLL
|
|
VERBOSE_OUTPUT
|
|
KERNEL_FILE_NAME vdW_kernel_table.dat
|
|
CUTOFF 50
|
|
&END NON_LOCAL
|
|
&END vdW_POTENTIAL
|
|
&END XC
|