molecular_calculations.gaussian_d#

molecular_calculations.gaussian_d(r, contraction_coefficients, exponent_primitives, r0)#

Returns the calculations for the gaussian d atomic orbital The order of the orbitals follows the molden format

Parameters:
  • r (3d ndarray) – the volume on which the function is calculated

  • contraction_coefficients (list) – the contraction coefficients

  • exponent_primitives (list) – the exponential factors

  • r0 (ndarray of length 3) – the center of the orbital

Returns:
  • d_zz_orbital,

  • d_xz_orbital,

  • d_yz_orbital,

  • d_xx_yy_orbital,

  • d_xy_orbital