Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Drotate_wannier.f9041 COMPLEX(kind=DP), ALLOCATABLE :: evc0(:,:)!reads wavefunctions here local
131 REAL(kind=DP), ALLOCATABLE :: evc0(:,:),evc_re(:,:),evc_im(:,:)!reads wavefunctions here local
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/bse/
H A Drotate_wannier.f9034 REAL(kind=DP), ALLOCATABLE :: evc0(:,:),evc_re(:,:),evc_im(:,:)!reads wavefunctions here local
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_variables.f9075 evc0(:,:,:), & ! the ground state wavefunctions (plane wave, band, k point) variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/src/
H A Dio_epw.f901577 SUBROUTINE readwfc(ipool, recn, evc0) argument
1601 COMPLEX(KIND = DP), INTENT(out) :: evc0(npwx * npol, nbnd) local
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dexx.f9059 COMPLEX(DP), ALLOCATABLE :: evc0(:,:,:) variable