SIRIUS 7.5.0
Electronic structure library and applications
|
Free any of the SIRIUS handlers (context, ground state or k-points). More...
Public Member Functions | |
subroutine | sirius_free_handler_ctx (handler, error_code) |
subroutine | sirius_free_handler_ks (handler, error_code) |
subroutine | sirius_free_handler_dft (handler, error_code) |
Free any of the SIRIUS handlers (context, ground state or k-points).
Definition at line 39 of file sirius.f90.
subroutine sirius::sirius_free_handler::sirius_free_handler_ctx | ( | type(sirius_context_handler), intent(inout) | handler, |
integer, intent(out), optional, target | error_code | ||
) |
Definition at line 6056 of file sirius.f90.
subroutine sirius::sirius_free_handler::sirius_free_handler_ks | ( | type(sirius_kpoint_set_handler), intent(inout) | handler, |
integer, intent(out), optional, target | error_code | ||
) |
Definition at line 6063 of file sirius.f90.
subroutine sirius::sirius_free_handler::sirius_free_handler_dft | ( | type(sirius_ground_state_handler), intent(inout) | handler, |
integer, intent(out), optional, target | error_code | ||
) |
Definition at line 6070 of file sirius.f90.