GQCP
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GQCP::BoysFunction Class Reference

#include <BoysFunction.hpp>

Collaboration diagram for GQCP::BoysFunction:
Collaboration graph

Public Member Functions

double operator() (const size_t n, const double x) const
 
complex operator() (const size_t n, const complex z) const
 

Detailed Description

An implementation of the Boys function.

Member Function Documentation

◆ operator()() [1/2]

complex GQCP::BoysFunction::operator() ( const size_t  n,
const complex  z 
) const

Calculate the value for the complex-valued Boys function F_n(z).

Parameters
nThe degree of the Boys function.
zThe real-valued argument for the Boys function.
Returns
The value F_n(z).
Note
This method follows the implementation in Tellgren 2008, section II.C.

◆ operator()() [2/2]

double GQCP::BoysFunction::operator() ( const size_t  n,
const double  x 
) const

Calculate the value for the real-valued Boys function F_n(x).

Parameters
nThe degree of the Boys function.
xThe real-valued argument for the Boys function.
Returns
The value F_n(x).

Calculate the value for the Boys function F_n(x).

Parameters
nThe degree of the Boys function.
xThe argument for the Boys function.
Returns
The value F_n(x).

The documentation for this class was generated from the following files: