Skip to content

Commit

Permalink
XAS_TDP| Changed external RI_XAS basis regtest from HF to LDA (such that
Browse files Browse the repository at this point in the history
libint compiled with maxl 4 runs)
  • Loading branch information
abussy authored and oschuett committed Oct 28, 2019
1 parent 34e94c6 commit 3d1133d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
&GLOBAL
PROJECT Ne-HF-extRI_XAS
PROJECT Ne-LDA-extRI_XAS
PRINT_LEVEL LOW
RUN_TYPE ENERGY
&END GLOBAL
&FORCE_EVAL
METHOD Quickstep
Expand All @@ -19,10 +18,8 @@
&END

&XC
&XC_FUNCTIONAL NONE
&XC_FUNCTIONAL PADE
&END XC_FUNCTIONAL
&HF
&END HF
&END XC

&XAS_TDP
Expand All @@ -34,11 +31,14 @@
&END DONOR_STATES

TAMM_DANCOFF
GRID Ne 250 250

&KERNEL
&EXACT_EXCHANGE
OPERATOR COULOMB
&END EXACT_EXCHANGE
&XC_FUNCTIONAL
&LIBXC
FUNCTIONAL LDA_XC_TETER93
&END LIBXC
&END XC_FUNCTIONAL
&END KERNEL

&DIAGONALIZATION
Expand Down
4 changes: 2 additions & 2 deletions tests/QS/regtest-xastdp/TEST_FILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Testing the XAS_TDP method and the keyword combinations it involves
#Checking that the user can spefify his own RI_XAS basis set + simple CIS
Ne-HF-extRI_XAS.inp 88 1e-06 890.898285
#Checking that the user can spefify his own RI_XAS basis set + simple LDA
Ne-LDA-extRI_XAS.inp 88 1e-06 833.277232
#Checking that the searched excitation energies can be defined by a range
Ne-LDA-e_range.inp 88 1e-06 829.640328
#Checking full TDDFT and simple hybrid functional
Expand Down

0 comments on commit 3d1133d

Please sign in to comment.