xmolecule_get_process Subroutine

public subroutine xmolecule_get_process(xdata_cptr, final_occs, e_ev, val, tag, n_process, l_occ) bind(c)

compute process data

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(inout) :: xdata_cptr
integer(kind=c_int), intent(inout) :: final_occs(l_occ,n_process)
integer(kind=c_int), intent(inout) :: e_ev(n_process)
real(kind=c_double), intent(inout) :: val(n_process)
character(len=c_char), intent(inout) :: tag(n_process)
integer(kind=c_int), intent(inout) :: n_process
integer(kind=c_int), intent(inout) :: l_occ