| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(davidson_ss), | intent(inout) | :: | this |
subroutine destroy_davidson_ss(this) type(davidson_ss), intent(inout) :: this ! deallocate the davidson vector as well call free_davidson_ss(this) safe_free(this%davidson_eigenvector) end subroutine destroy_davidson_ss