averaged_occs Subroutine

public subroutine averaged_occs(f, n_occ, occs)

subroutine averaged_occs: returns an array of occupations that describe the occupation patterns which are averaged, using the averaging scheme given in F%av_occ(:) and the occupation N_occ(:)

Arguments

Type IntentOptional Attributes Name
type(wf_data), intent(in) :: f
integer, intent(in) :: n_occ(:)
integer, intent(out), allocatable :: occs(:,:)