Skip to content

Commit

Permalink
Merge branch 'XClib-again' into 'develop'
Browse files Browse the repository at this point in the history
quick fix to issue 205

See merge request QEF/q-e!1503
  • Loading branch information
giannozz committed Jul 16, 2021
2 parents d6bdc5e + 7448795 commit 38720dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XClib/xc_input_params_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ MODULE dft_par_mod
INTEGER :: beefvdw = 0
!! Index for vdw term of BEEF
!
INTEGER, PARAMETER :: nxc=8, ncc=10, ngcx=46, ngcc=13, nmeta=6
INTEGER, PARAMETER :: nxc=8, ncc=12, ngcx=46, ngcc=13, nmeta=6
CHARACTER(LEN=4) :: exc, corr, gradx, gradc, meta
DIMENSION :: exc(0:nxc), corr(0:ncc), gradx(0:ngcx), gradc(0:ngcc), &
meta(0:nmeta)
!
DATA exc / 'NOX', 'SLA', 'SL1', 'RXC', 'OEP', 'HF', 'PB0X', 'B3LP', 'KZK' /
DATA corr / 'NOC', 'PZ', 'VWN', 'LYP', 'PW', 'WIG', 'HL', 'OBZ', &
'OBW', 'GL' , 'KZK' /
'OBW', 'GL' , 'KZK', 'xxxx', 'B3LP' /
!
DATA gradx / 'NOGX', 'B88', 'GGX', 'PBX', 'REVX', 'HCTH', 'OPTX', &
'xxxx', 'PB0X', 'B3LP', 'PSX', 'WCX', 'HSE', 'RW86', 'PBE', &
Expand Down

0 comments on commit 38720dc

Please sign in to comment.