Skip to content

Commit

Permalink
add XC_GGA_PW91
Browse files Browse the repository at this point in the history
  • Loading branch information
toxa81 committed Dec 3, 2021
1 parent 1f47141 commit b5cdd86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PW/src/mod_sirius.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,8 @@ SUBROUTINE put_xc_functional_to_sirius
SELECT CASE(igcx)
CASE(101)
CALL sirius_add_xc_functional(sctx, "XC_GGA_X_PBE")
CASE(109)
CALL sirius_add_xc_functional(sctx, "XC_GGA_X_PW91")
CASE default
WRITE(*,*)igcx
STOP ("interface for this gradient exchange functional is not implemented")
Expand Down Expand Up @@ -1400,6 +1402,8 @@ SUBROUTINE put_xc_functional_to_sirius
SELECT CASE(igcc)
CASE(130)
CALL sirius_add_xc_functional(sctx, "XC_GGA_C_PBE")
CASE(134)
CALL sirius_add_xc_functional(sctx, "XC_GGA_C_PW91")
CASE default
STOP ("interface for this gradient correlation functional is not implemented")
END SELECT
Expand Down

0 comments on commit b5cdd86

Please sign in to comment.