mod_read_atominfo Module


Functions

public function this_readline(ifile, ios)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ifile
integer, intent(out) :: ios

Return Value character(len=200)


Subroutines

public subroutine read_atominfo(cmode, cfilename_atom, natom, ntotatom, ratom, zatom, lmaxd, lmaxatom, killatom, vtotatom)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: cmode
character(len=*), intent(in) :: cfilename_atom
integer, intent(out) :: natom
integer, intent(out) :: ntotatom
real(kind=dp), intent(out), allocatable :: ratom(:,:)
real(kind=dp), intent(out), allocatable :: zatom(:)
integer, intent(out) :: lmaxd
integer, intent(out), allocatable :: lmaxatom(:)
integer, intent(out), allocatable :: killatom(:)
integer, allocatable :: vtotatom(:)