Home
last modified time | relevance | path

Searched defs:add_nlxx_pot (Results 1 – 1 of 1) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dus_exx.f90517 SUBROUTINE add_nlxx_pot( lda, hpsi, xkp, npwp, igkp, deexx, eps_occ, exxalfa ) subroutine
537 INTEGER, INTENT(IN) :: lda
539 COMPLEX(DP), INTENT(INOUT) :: hpsi(lda)!*npol)
541 COMPLEX(DP), INTENT(IN) :: deexx(nkb)
543 REAL(DP), INTENT(IN) :: xkp(3)
545 REAL(DP), INTENT(IN) :: exxalfa
547 REAL(DP), INTENT(IN) :: eps_occ
549 INTEGER, INTENT(IN) :: npwp, igkp(npwp)
553 INTEGER :: ikb, ijkb0, ih, na, np
554 INTEGER :: ig
[all …]