Go to the source code of this file.
|
| module | qs_cdft_grid |
| | Pointwise CDFT partition functions for nonuniform integration grids.
|
| |
|
| subroutine, public | qs_cdft_grid::cdft_point_context_create (qs_env, context, calculate_derivatives) |
| | Initialize reusable data for pointwise CDFT partition evaluation.
|
| |
| subroutine, public | qs_cdft_grid::cdft_point_context_release (context) |
| | Release a pointwise CDFT partition context.
|
| |
| subroutine, public | qs_cdft_grid::cdft_point_weights (context, point, weights, point_derivative, atom_derivative, atomic_weights) |
| | Evaluate CDFT weights and coordinate derivatives at one point.
|
| |