9subroutine genwfsv(tsh,tgp,nst,idx,ngridg_,igfft_,ngp,igpig,apwalm,evecfv, &
49logical,
intent(in) :: tsh,tgp
50integer,
intent(in) :: nst,idx(*),ngridg_(3),igfft_(*)
51integer,
intent(in) :: ngp(nspnfv),igpig(ngkmax,nspnfv)
52complex(8),
intent(in) :: apwalm(ngkmax,apwordmax,lmmaxapw,natmtot,nspnfv)
53complex(8),
intent(in) :: evecfv(nmatmax,nstfv,nspnfv),evecsv(nstsv,nstsv)
54complex(8),
intent(out) :: wfmt(npcmtmax,natmtot,nspinor,nst)
55integer,
intent(in) :: ld
56complex(8),
intent(out) :: wfir(ld,nspinor,nst)
58integer is,ias,ldmt,nthd
69 call wfmtsv(tsh,
lradstp,is,ias,nst,idx,ngp,apwalm,evecfv,evecsv,ldmt, &
75call wfirsv(tgp,nst,idx,ngridg_,igfft_,ngp,igpig,evecfv,evecsv,ld,wfir)
subroutine genwfsv(tsh, tgp, nst, idx, ngridg_, igfft_, ngp, igpig, apwalm, evecfv, evecsv, wfmt, ld, wfir)
integer, dimension(maxatoms *maxspecies) idxis
subroutine wfirsv(tgp, nst, idx, ngridg_, igfft_, ngp, igpig, evecfv, evecsv, ld, wfir)
subroutine wfmtsv(tsh, lrstp, is, ias, nst, idx, ngp, apwalm, evecfv, evecsv, ld, wfmt)