MADNESS 0.10.1
Functions
test_low_rank_function.cc File Reference
#include <madness.h>
#include <madness/chem/lowrankfunction.h>
#include <madness/world/test_utilities.h>
#include <madness/world/timing_utilities.h>
#include <random>
Include dependency graph for test_low_rank_function.cc:

Functions

int main (int argc, char **argv)
 
template<std::size_t LDIM>
int test_arithmetic (World &world, LowRankFunctionParameters parameters)
 
template<std::size_t LDIM>
int test_construction_optimization (World &world, LowRankFunctionParameters parameters)
 
template<std::size_t LDIM>
int test_full_rank_functor (World &world, LowRankFunctionParameters parameters)
 
template<std::size_t LDIM>
int test_inner (World &world, LowRankFunctionParameters parameters)
 test partial inner products
 
int test_Kcommutator (World &world, LowRankFunctionParameters &parameters)
 test the K commutator of the He atom
 
int test_lowrank_function (World &world, LowRankFunctionParameters parameters)
 
template<std::size_t LDIM>
int test_molecular_grid (World &world, LowRankFunctionParameters parameters)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_arithmetic()

template<std::size_t LDIM>
int test_arithmetic ( World world,
LowRankFunctionParameters  parameters 
)

◆ test_construction_optimization()

template<std::size_t LDIM>
int test_construction_optimization ( World world,
LowRankFunctionParameters  parameters 
)

◆ test_full_rank_functor()

template<std::size_t LDIM>
int test_full_rank_functor ( World world,
LowRankFunctionParameters  parameters 
)

◆ test_inner()

template<std::size_t LDIM>
int test_inner ( World world,
LowRankFunctionParameters  parameters 
)

◆ test_Kcommutator()

int test_Kcommutator ( World world,
LowRankFunctionParameters parameters 
)

◆ test_lowrank_function()

int test_lowrank_function ( World world,
LowRankFunctionParameters  parameters 
)

◆ test_molecular_grid()

template<std::size_t LDIM>
int test_molecular_grid ( World world,
LowRankFunctionParameters  parameters 
)