lebedev_get_grid Subroutine

public subroutine lebedev_get_grid(npts, xyz, w, grid_type)

Uses

  • proc~~lebedev_get_grid~~UsesGraph proc~lebedev_get_grid lebedev_get_grid module~messages messages proc~lebedev_get_grid->module~messages comm_IOFILE comm_IOFILE module~messages->comm_IOFILE comm_PAR comm_PAR module~messages->comm_PAR module~io_constants io_constants module~messages->module~io_constants module~precision precision module~messages->module~precision iso_fortran_env iso_fortran_env module~precision->iso_fortran_env

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npts
real(kind=dp), intent(inout) :: xyz(npts,*)
real(kind=dp), intent(inout) :: w(*)
integer, intent(in), optional :: grid_type

Calls

proc~~lebedev_get_grid~~CallsGraph proc~lebedev_get_grid lebedev_get_grid interface~show_message show_message proc~lebedev_get_grid->interface~show_message

Called by

proc~~lebedev_get_grid~~CalledByGraph proc~lebedev_get_grid lebedev_get_grid none~add_grid sorted_grid_t%add_grid none~add_grid->proc~lebedev_get_grid proc~oqp_resp_charges oqp_resp_charges proc~oqp_resp_charges->proc~lebedev_get_grid proc~dft_initialize dft_initialize proc~dft_initialize->none~add_grid proc~resp_charges_c resp_charges_C proc~resp_charges_c->proc~oqp_resp_charges proc~hf_energy hf_energy proc~hf_energy->proc~dft_initialize proc~hf_gradient hf_gradient proc~hf_gradient->proc~dft_initialize proc~oqp_tdhf_z_vector oqp_tdhf_z_vector proc~oqp_tdhf_z_vector->proc~dft_initialize proc~tdhf_energy tdhf_energy proc~tdhf_energy->proc~dft_initialize proc~tdhf_gradient tdhf_gradient proc~tdhf_gradient->proc~dft_initialize proc~tdhf_energy_c tdhf_energy_C proc~tdhf_energy_c->proc~tdhf_energy proc~tdhf_gradient_c tdhf_gradient_C proc~tdhf_gradient_c->proc~tdhf_gradient proc~tdhf_z_vector_c tdhf_z_vector_C proc~tdhf_z_vector_c->proc~oqp_tdhf_z_vector