MADNESS
0.10.1
|
Test convolution with Gaussian * polyn. More...
Functions | |
double | conv_prime_g (const coord_1d &r) |
double | convg (const coord_1d &r) |
double | g (const coord_1d &r) |
double | gconvh (const coord_1d &r) |
double | gprime (const coord_1d &r) |
double | h (const coord_1d &r) |
int | main (int argc, char **argv) |
int | test_gconv (World &world) |
Variables | |
static const int | k = 10 |
static const double | L = 17 |
static const double | thresh = 1e-6 |
double conv_prime_g | ( | const coord_1d & | r | ) |
References madness::constants::pi.
Referenced by test_gconv().
double convg | ( | const coord_1d & | r | ) |
References madness::constants::pi.
Referenced by test_gconv().
double g | ( | const coord_1d & | r | ) |
References madness::constants::pi.
Referenced by fit(), main(), makedata(), operator<<(), AtomicBasisSet::read_file(), and updatex().
double gconvh | ( | const coord_1d & | r | ) |
Referenced by test_gconv().
double gprime | ( | const coord_1d & | r | ) |
References madness::constants::pi.
Referenced by test_gconv().
double h | ( | const coord_1d & | r | ) |
Referenced by madness::ConcurrentHashMap< keyT, valueT, hashfunT >::ConcurrentHashMap(), a_fit(), apbar_fit(), arithmetic_series(), madness::GFit< T, NDIM >::bsh_fit(), madness::GFit< T, NDIM >::bsh_fit_ndim(), bshrel_fit(), madness::FunctionImpl< T, NDIM >::do_print_grid(), madness::FunctionImpl< T, NDIM >::downsample(), madness::FunctionImpl< R, NDIM >::evaldepthpt(), madness::fcube(), fit(), gen_ce(), madness::Atom::hash(), madness::Molecule::hash(), QuasiNewton::hessian_update_bfgs(), QuasiNewton::hessian_update_sr1(), linspace(), main(), DF::make_component_lineplots(), DF::make_component_logplots(), DF::make_density_lineplots(), madness::Nemo::make_incomplete_hessian_response_part(), make_pts(), munge_quadrature_points(), QuasiNewton::new_search_direction(), BoysLocalization::operator()(), madness::ConcurrentHashMap< keyT, valueT, hashfunT >::operator=(), QuasiNewton::optimize(), madness::FunctionImpl< T, NDIM >::partial_inner(), madness::FunctionImpl< T, NDIM >::partial_inner_contract(), madness::SeparatedConvolution< Q, NDIM >::partial_upsample(), pbar_fit(), plot(), madness::plot_line(), Calculation::plot_p(), madness::plotdx(), madness::RMI::RmiTask::process_some(), madness::LowRankFunctionFactory< T, NDIM, LDIM >::project(), madness::FunctionImpl< T, NDIM >::read_grid(), madness::FunctionImpl< T, NDIM >::read_grid2(), madness::GaussianConvolution1D< Q >::rnlp(), madness::GFit< T, NDIM >::slater_fit(), madness::Nemo::solve_cphf(), tbar_fit(), test(), test_gconv(), test_plot(), updatex(), madness::SeparatedConvolution< Q, NDIM >::upsample(), and madness::FunctionImpl< T, NDIM >::upsample().
int main | ( | int | argc, |
char ** | argv | ||
) |
References SafeMPI::COMM_WORLD, e(), madness::error(), madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, madness::initialize(), k, L, madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_initial_level(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::FunctionDefaults< NDIM >::set_truncate_mode(), madness::startup(), test_gconv(), and thresh.
int test_gconv | ( | World & | world | ) |
References conv_prime_g(), convg(), madness::error(), exact, madness::f, madness::WorldGopInterface::fence(), madness::g, gconvh(), madness::World::gop, gprime(), h(), k, L, lo, madness::norm2(), op(), madness::constants::pi, madness::plot_line(), madness::print(), q(), madness::World::rank(), and madness::Function< T, NDIM >::trace().
Referenced by main().
|
static |
Referenced by main(), and test_gconv().
|
static |
Referenced by main(), and test_gconv().