has_hole Function

public function has_hole(p, f, n_occ, oi) result(res)

function has_hole: P: Parameter structure N_occ: occ array oi: orbital index returns TRUE if there might be a statistical chance for a hole in orbital oi otherwise FALSE

Arguments

Type IntentOptional Attributes Name
type(param), intent(in) :: p
type(wf_data), intent(in) :: f
integer, intent(in) :: n_occ(:)
integer, intent(in) :: oi

Return Value logical