calculate_vcoul_gaussian_basis_set Subroutine

public subroutine calculate_vcoul_gaussian_basis_set(env, atm, bas, first_bf_of_shell, pos, vcoul)

calculates the external potential energy matrix

Arguments

Type IntentOptional Attributes Name
real(kind=long), intent(in) :: env(:)
integer, intent(in) :: atm(:,:)
integer, intent(in) :: bas(:,:)
integer, intent(in) :: first_bf_of_shell(:)
real(kind=long), intent(in) :: pos(3)
real(kind=long), intent(out) :: vcoul(:,:)