function is_occupied: P: Parameter structure N_occ: occ array oi: orbital index returns TRUE if there might be a statistical chance for occupancy in orbital oi otherwise FALSE
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(param), | intent(in) | :: | p | |||
| type(wf_data), | intent(in) | :: | f | |||
| integer, | intent(in) | :: | n_occ(:) | |||
| integer | :: | oi |