print_qmmm_grad Subroutine

public subroutine print_qmmm_grad(n, mmat, qmat, mmg, qmg)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: n
integer(kind=ommp_integer) :: mmat
integer(kind=ommp_integer) :: qmat
real(kind=ommp_real) :: mmg(3,mmat)
real(kind=ommp_real) :: qmg(3,qmat)

Calls

proc~~print_qmmm_grad~~CallsGraph proc~print_qmmm_grad print_qmmm_grad proc~ommp_message ommp_message proc~print_qmmm_grad->proc~ommp_message

Called by

proc~~print_qmmm_grad~~CalledByGraph proc~print_qmmm_grad print_qmmm_grad proc~num_grd_print num_grd_print proc~num_grd_print->proc~print_qmmm_grad program~test_si_geomgrad_num test_SI_geomgrad_num program~test_si_geomgrad_num->proc~num_grd_print

Contents