Class GB4DeltaIntegralLibInt

Inheritance Relationships

Base Type

Class Documentation

class GB4DeltaIntegralLibInt : public GB4IntegralLibInt

Delta repulsion integrals.

The potential is (r).

Public Functions

GB4DeltaIntegralLibInt(long max_shell_type)

Initialize a GB4IntraDensIntegralLibInt object.

Parameters
  • max_shell_type: Highest angular momentum index to be expected in the reset method.

virtual void laplace_of_potential(double prefac, double rho, double t, long mmax, double *output)

Evaluate the Laplace transform of the ordinary Coulomb potential.

See Eq. (39) in Ahlrichs’ paper. This is basically a rescaled Boys function.

See base class for more details.