Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/
H A Ddo_self_lanczos_time.f90140 COMPLEX(kind=DP), ALLOCATABLE :: e_mat_tmp(:,:,:) local
405 allocate(e_mat_tmp(lc%numt,lc%numt,1))
409 call solve_lanczos_complex(1,af,e_mat_tmp,lc)
410 re_e_mat(:,:,iw-nbegin_g+1)=dble(e_mat_tmp(:,:,1))
411 im_e_mat(:,:,iw-nbegin_g+1)=dimag(e_mat_tmp(:,:,1))
417 deallocate(e_mat_tmp)
H A Ddo_self_lanczos.f90225 COMPLEX(kind=DP), ALLOCATABLE :: e_mat_tmp(:,:,:) local
400 allocate(e_mat_tmp(lm%numt,lm%numt,options%n_set_self))
414 call solve_lanczos_complex(n_dim,af,e_mat_tmp,lc)
419 lm%e_mat(:,:)=e_mat_tmp(:,:,il)
429 deallocate(e_mat_tmp,af)
H A Ddo_self_lanczos_full.f9055 COMPLEX(kind=DP), ALLOCATABLE :: e_mat_tmp(:,:,:) local