(git:b279b6b)
xc_derivative_set_types.F File Reference

Go to the source code of this file.

Modules

module  xc_derivative_set_types
 represent a group ofunctional derivatives
 

Functions/Subroutines

type(xc_derivative_type) function, pointer, public xc_derivative_set_types::xc_dset_get_derivative (derivative_set, description, allocate_deriv)
 returns the requested xc_derivative More...
 
subroutine, public xc_derivative_set_types::xc_dset_create (derivative_set, pw_pool, local_bounds)
 creates a derivative set object More...
 
subroutine, public xc_derivative_set_types::xc_dset_release (derivative_set)
 releases a derivative set More...
 
subroutine, public xc_derivative_set_types::xc_dset_zero_all (deriv_set)
 ... More...
 
subroutine, public xc_derivative_set_types::xc_dset_recover_pw (deriv_set, description, pw, pw_grid, pw_pool)
 Recovers a derivative on a pw_r3d_rs_type, the caller is responsible to release the grid later If the derivative is not found, either creates a blank pw_r3d_rs_type from pw_pool or leaves it unassociated. More...