Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_dealloc.f9049 IF (allocated(tg_revc0)) DEALLOCATE(tg_revc0)
H A Dlr_read_wf.f90116 USE lr_variables, ONLY : tg_revc0
234 tg_revc0 = (0.0d0,0.0d0)
252 tg_revc0(j,ibnd,1) = tg_psic(j)
H A Dlr_variables.f9088 tg_revc0(:,:,:) ! ground state wavefunctions in real space variable
H A Dlr_calc_dens.f90349 USE lr_variables, ONLY : becp_1, tg_revc0
423 + 2.0d0*(w1*real(tg_revc0(ir,ibnd,1),dp)*real(tg_psic(ir),dp)&
424 + w2*aimag(tg_revc0(ir,ibnd,1))*aimag(tg_psic(ir)))
H A Dlr_apply_liouvillian.f90321 USE lr_variables, ONLY : becp_1, tg_revc0
424 tg_psic(ir) = tg_revc0(ir,ibnd,1)*CMPLX(tg_dvrss(ir),0.0d0,DP)
H A Dlr_alloc_init.f90146 ALLOCATE(tg_revc0(dffts%nnr_tg,nbnd,nksq))