Home
last modified time | relevance | path

Searched refs:becp1_c (Results 1 – 6 of 6) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_calc_dens.f90592 USE lr_variables, ONLY : becp1_c
671 & becp1_c(ikb,ibnd,ik))
675 & becp1_c(ikb,ibnd,ik))
686 & CONJG(becp1_c(ikb,ibnd,ik)) *&
688 becp1_c(jkb,ibnd,ik) *&
693 & becp1_c(jkb,ibnd,ik)+&
695 & CONJG(becp1_c(ikb,ibnd,ik)))
H A Dlr_read_wf.f9027 & becp1_c_virt, no_hxc, becp_1, becp1_c, &
213 CALL calbec(ngk(ik),vkb,evc0(:,:,ik),becp1_c(:,:,ik))
214 becp%k = becp1_c(:,:,ik)
515 becp1_c(:,:,:)=becp1_c_all(:,1:nbnd,:)
517 becp%k=becp1_c(:,:,1)
H A Dlr_alloc_init.f90263 ALLOCATE(becp1_c(nkb,nbnd,nks))
264 becp1_c(:,:,:) = (0.0d0,0.0d0)
H A Dlr_variables.f9071 COMPLEX(kind=dp), ALLOCATABLE :: becp1_c(:,:,:), becp1_c_virt(:,:,:) variable
H A Dlr_dealloc.f90145 IF (.NOT.eels) DEALLOCATE(becp1_c)
H A Dlr_apply_liouvillian.f90572 USE lr_variables, ONLY : becp1_c
657 d_deeq(ih,jh,na,1) * becp1_c(jkb,ibnd,ik)