mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
GW2X| typo + additional regtest
This commit is contained in:
parent
9ec4c7d1d7
commit
8458bfe169
3 changed files with 85 additions and 1 deletions
|
|
@ -8084,7 +8084,7 @@ CONTAINS
|
|||
|
||||
CALL keyword_create(keyword, __LOCATION__, name="_SECTION_PARAMETERS_", &
|
||||
description="Enables the usage of the OT iterator solver", &
|
||||
usage="&XC_FUNCTIONAL {logical}", &
|
||||
usage="&OT_SOLVER {logical}", &
|
||||
default_l_val=.FALSE., &
|
||||
lone_keyword_l_val=.TRUE.)
|
||||
CALL section_add_keyword(subsection, keyword)
|
||||
|
|
|
|||
83
tests/QS/regtest-gw2x/SiH4-BHandHLYP-xps_only.inp
Normal file
83
tests/QS/regtest-gw2x/SiH4-BHandHLYP-xps_only.inp
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
&GLOBAL
|
||||
PROJECT SiH4-BHandHLYP-xps_only
|
||||
PRINT_LEVEL LOW
|
||||
RUN_TYPE ENERGY
|
||||
&END GLOBAL
|
||||
&FORCE_EVAL
|
||||
&DFT
|
||||
BASIS_SET_FILE_NAME EMSL_BASIS_SETS
|
||||
POTENTIAL_FILE_NAME POTENTIAL
|
||||
AUTO_BASIS RI_XAS MEDIUM
|
||||
|
||||
&POISSON
|
||||
PERIODIC NONE
|
||||
PSOLVER MT
|
||||
&END POISSON
|
||||
|
||||
&QS
|
||||
METHOD GAPW
|
||||
&END QS
|
||||
|
||||
&XC
|
||||
&XC_FUNCTIONAL
|
||||
&LIBXC
|
||||
FUNCTIONAL HYB_GGA_XC_BHandHLYP
|
||||
&END LIBXC
|
||||
&END XC_FUNCTIONAL
|
||||
&HF
|
||||
FRACTION 0.5
|
||||
&END HF
|
||||
&END XC
|
||||
|
||||
&XAS_TDP
|
||||
&DONOR_STATES
|
||||
DEFINE_EXCITED BY_KIND
|
||||
KIND_LIST Si
|
||||
STATE_TYPES 1s
|
||||
STATE_TYPES 2s
|
||||
STATE_TYPES 2p
|
||||
N_SEARCH 5
|
||||
LOCALIZE
|
||||
&END DONOR_STATES
|
||||
|
||||
&GW2X
|
||||
XPS_ONLY
|
||||
&END GW2X
|
||||
|
||||
&KERNEL
|
||||
! No need for xc kernel as we only care about XPS
|
||||
&XC_FUNCTIONAL NONE
|
||||
&END XC_FUNCTIONAL
|
||||
&EXACT_EXCHANGE
|
||||
FRACTION 1.0
|
||||
&END EXACT_EXCHANGE
|
||||
&END KERNEL
|
||||
&END XAS_TDP
|
||||
|
||||
&END DFT
|
||||
&SUBSYS
|
||||
&KIND Si
|
||||
BASIS_SET Ahlrichs-def2-TZVP
|
||||
POTENTIAL ALL
|
||||
&END KIND
|
||||
&KIND H
|
||||
BASIS_SET Ahlrichs-def2-TZVP
|
||||
POTENTIAL GTH-PBE
|
||||
&END KIND
|
||||
&CELL
|
||||
ABC 5.0 5.0 5.0
|
||||
PERIODIC NONE
|
||||
&END CELL
|
||||
&COORD
|
||||
Si 0.000000 0.000000 0.000000
|
||||
H 0.853686 0.853686 0.853686
|
||||
H -0.853686 -0.853686 0.853686
|
||||
H -0.853686 0.853686 -0.853686
|
||||
H 0.853686 -0.853686 -0.853686
|
||||
&END COORD
|
||||
&TOPOLOGY
|
||||
&CENTER_COORDINATES
|
||||
&END CENTER_COORDINATES
|
||||
&END TOPOLOGY
|
||||
&END SUBSYS
|
||||
&END FORCE_EVAL
|
||||
|
|
@ -13,3 +13,4 @@ Ne-pbc-shortrange.inp 88 1e-08
|
|||
Ne-pbc-truncated.inp 88 1e-08 919.922795
|
||||
#XPS only calculation, bypassing all XAS_TDP stuff
|
||||
SiH4-HF-xps_only.inp 91 1e-08 106.675736
|
||||
SiH4-BHandHLYP-xps_only.inp 91 1e-08 106.089668
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue