read_potential Subroutine

public subroutine read_potential(filename_pot, filename_shape, natom, lmaxd, zatom, lmaxatom, cell, shapefun, corestate, vpot, alat, nspin, ins)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename_pot
character(len=*), intent(in) :: filename_shape
integer, intent(in) :: natom
integer, intent(in) :: lmaxd
real(kind=dp), intent(in) :: zatom(natom)
integer, intent(in) :: lmaxatom(natom)
type(cell_type), allocatable :: cell(:)
type(shapefun_type), allocatable :: shapefun(:)
type(corestate_type), allocatable :: corestate(:)
real(kind=dp), allocatable :: vpot(:,:,:,:)
real(kind=dp) :: alat
integer :: nspin
integer :: ins