Home
last modified time | relevance | path

Searched refs:becpsi (Results 1 – 3 of 3) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dexx.f90821 TYPE(bec_type), OPTIONAL :: becpsi local
1717 TYPE(bec_type) :: becpsi local
1856 TYPE(bec_type) :: becpsi local
1883 CALL allocate_bec_type( nkb, nbnd, becpsi )
2099 CALL deallocate_bec_type( becpsi )
2173 TYPE(bec_type) :: becpsi local
2197 CALL allocate_bec_type( nkb, nbnd, becpsi )
2419 CALL deallocate_bec_type( becpsi )
2987 TYPE(bec_type) :: becpsi local
3050 TYPE(bec_type), INTENT(IN) :: becpsi local
[all …]
H A Dpaw_exx.f9029 SUBROUTINE PAW_newdxx( weight, becphi, becpsi, deexx ) argument
45 COMPLEX(DP),INTENT(IN) :: becpsi(nkb) local
83 * CONJG(becphi(ukb)) * becpsi(okb)
105 FUNCTION PAW_xx_energy( becphi, becpsi )
121 COMPLEX(DP),INTENT(IN) :: becpsi(nkb) local
155 * CONJG(becpsi(ikb)) * becpsi(okb) & ! \rho_ik eq. 31 ref. 1
H A Dus_exx.f90603 SUBROUTINE addusxx_r( rho, becphi, becpsi ) argument
629 COMPLEX(DP), INTENT(IN) :: becpsi(nkb) local
656 *CONJG(becphi(ikb))*becpsi(jkb)