Home
last modified time | relevance | path

Searched defs:rhoofdsp (Results 1 – 1 of 1) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Drhoofdsp.F9016 subroutine rhoofdsp( no, nml, nmpl, maxnd, numd, listdptr, & subroutine
65 no, nml(3), nmpl, nspin, maxnd, nuo, nuotot, iaorb(*), &
66 iphorb(*), isa(*), numd(nuo), listdptr(nuo), listd(maxnd)
68 real(grid_p), intent(out) :: rhoscf(nsp,nmpl,nspin)
70 real(dp) :: Dscf(maxnd,nspin), q(3)
75 integer, parameter :: minloc = 1000 ! Min buffer size for local copy of Dscf
99 call timer('rhoofdsp',1) argument
193 10 continue
404 end subroutine rhoofdsp argument