Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix |
FUNCTION dbcsr_get_occupation(matrix) RESULT(occupation) TYPE(dbcsr_type), INTENT(IN) :: matrix REAL(KIND=real_8) :: occupation occupation = dbcsr_get_occupation_prv(matrix%prv) END FUNCTION dbcsr_get_occupation