MADNESS 0.10.1
|
Functions | |
template<typename T , std::size_t NDIM> | |
void | filter_moments_inplace (madness::Function< T, NDIM > &f, const int k, const bool fence=true) |
static double | gaussian_3d (const madness::coord_3d &r, const double expnt) |
int | main (int argc, char **argv) |
static double | rho_electronic_3d (const madness::coord_3d &r) |
static double | rho_gaussian_func_3d (const madness::coord_3d &r) |
static double | rho_nuclear_3d (const madness::coord_3d &r) |
Variables | |
const double | L = 10 |
void filter_moments_inplace | ( | madness::Function< T, NDIM > & | f, |
const int | k, | ||
const bool | fence = true |
||
) |
References f, k, MADNESS_ASSERT, and NDIM.
Referenced by main().
|
static |
References pow().
Referenced by rho_electronic_3d(), and rho_nuclear_3d().
int main | ( | int | argc, |
char ** | argv | ||
) |
References apply(), e(), madness::FunctionFactory< T, NDIM >::f(), filter_moments_inplace(), madness::finalize(), madness::FunctionFactory< T, NDIM >::initial_level(), initialize(), k, L, p(), madness::Function< T, NDIM >::reconstruct(), rho_electronic_3d(), rho_gaussian_func_3d(), rho_nuclear_3d(), madness::FunctionFactory< T, NDIM >::special_points(), thresh, and madness::Function< T, NDIM >::truncate().
|
static |
References gaussian_3d().
Referenced by main(), and rho_gaussian_func_3d().
|
static |
References rho_electronic_3d(), and rho_nuclear_3d().
Referenced by main().
|
static |
References gaussian_3d().
Referenced by main(), and rho_gaussian_func_3d().
const double L = 10 |
Referenced by main().