MADNESS  0.10.1
Classes | Functions
test_IntegratorXX.cc File Reference
#include <madness.h>
#include <madness/world/test_utilities.h>
#include <madness/chem/IntegratorXX.h>
Include dependency graph for test_IntegratorXX.cc:

Classes

struct  spherical_harmonic
 

Functions

double dx2y2_func (const Vector< double, 3 > &r)
 
double dxy_func (const Vector< double, 3 > &r)
 
double dxz_func (const Vector< double, 3 > &r)
 
double dyz_func (const Vector< double, 3 > &r)
 
double dz2_func (const Vector< double, 3 > &r)
 
int main (int argc, char **argv)
 
double px_func (const Vector< double, 3 > &r)
 
double py_func (const Vector< double, 3 > &r)
 
double pz_func (const Vector< double, 3 > &r)
 
double s_func (const Vector< double, 3 > &r)
 
int test_construction ()
 
int test_integration (World &world)
 

Function Documentation

◆ dx2y2_func()

double dx2y2_func ( const Vector< double, 3 > &  r)

◆ dxy_func()

double dxy_func ( const Vector< double, 3 > &  r)

◆ dxz_func()

double dxz_func ( const Vector< double, 3 > &  r)

◆ dyz_func()

double dyz_func ( const Vector< double, 3 > &  r)

◆ dz2_func()

double dz2_func ( const Vector< double, 3 > &  r)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ px_func()

double px_func ( const Vector< double, 3 > &  r)

◆ py_func()

double py_func ( const Vector< double, 3 > &  r)

◆ pz_func()

double pz_func ( const Vector< double, 3 > &  r)

◆ s_func()

double s_func ( const Vector< double, 3 > &  r)

◆ test_construction()

int test_construction ( )

◆ test_integration()

int test_integration ( World world)