MADNESS  0.10.1
Functions | Variables
testgconv.cc File Reference

Test convolution with Gaussian * polyn. More...

#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/constants.h>
Include dependency graph for testgconv.cc:

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
 

Detailed Description

Test convolution with Gaussian * polyn.

Function Documentation

◆ conv_prime_g()

double conv_prime_g ( const coord_1d r)

References madness::constants::pi.

Referenced by test_gconv().

◆ convg()

double convg ( const coord_1d r)

References madness::constants::pi.

Referenced by test_gconv().

◆ g()

double g ( const coord_1d r)

◆ gconvh()

double gconvh ( const coord_1d r)

Referenced by test_gconv().

◆ gprime()

double gprime ( const coord_1d r)

References madness::constants::pi.

Referenced by test_gconv().

◆ h()

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().

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_gconv()

int test_gconv ( World world)

Variable Documentation

◆ k

const int k = 10
static

Referenced by main(), and test_gconv().

◆ L

const double L = 17
static

Referenced by main(), and test_gconv().

◆ thresh

const double thresh = 1e-6
static

Referenced by main().