9subroutine potxc(tsh,xctype_,rhomt_,rhoir_,magmt_,magir_,taumt_,tauir_,exmt_, &
10 exir_,ecmt_,ecir_,vxcmt_,vxcir_,bxcmt_,bxcir_,wxcmt_,wxcir_)
28logical,
intent(in) :: tsh
29integer,
intent(in) :: xctype_(3)
30real(8),
intent(in) :: rhomt_(npmtmax,natmtot),rhoir_(ngtot)
31real(8),
intent(in) :: magmt_(npmtmax,natmtot,ndmag),magir_(ngtot,ndmag)
32real(8),
intent(in) :: taumt_(npmtmax,natmtot,nspinor),tauir_(ngtot,nspinor)
33real(8),
intent(out) :: exmt_(npmtmax,natmtot),exir_(ngtot)
34real(8),
intent(out) :: ecmt_(npmtmax,natmtot),ecir_(ngtot)
35real(8),
intent(out) :: vxcmt_(npmtmax,natmtot),vxcir_(ngtot)
36real(8),
intent(out) :: bxcmt_(npmtmax,natmtot,ndmag),bxcir_(ngtot,ndmag)
37real(8),
intent(out) :: wxcmt_(npmtmax,natmtot),wxcir_(ngtot)
46 call potxcmt(tsh,ias,xctype_,rhomt_,magmt_,taumt_,exmt_,ecmt_,vxcmt_,bxcmt_, &
52call potxcir(xctype_,rhoir_,magir_,tauir_,exir_,ecir_,vxcir_,bxcir_,wxcir_)
integer, dimension(maxspecies) nrmti
integer, dimension(maxspecies) nrmt
integer, dimension(maxspecies) npmt
subroutine potxc(tsh, xctype_, rhomt_, rhoir_, magmt_, magir_, taumt_, tauir_, exmt_, exir_, ecmt_, ecir_, vxcmt_, vxcir_, bxcmt_, bxcir_, wxcmt_, wxcir_)
subroutine potxcir(xctype_, rhoir_, magir_, tauir_, exir_, ecir_, vxcir_, bxcir_, wxcir_)
subroutine potxcmt(tsh, ias, xctype_, rhomt_, magmt_, taumt_, exmt_, ecmt_, vxcmt_, bxcmt_, wxcmt_)
subroutine symrvfmt(tspin, tnc, nrmt_, nrmti_, npmt_, ld, rvfmt)