33#ifndef MADNESS_MRA_TWOSCALE_H__INCLUDED
34#define MADNESS_MRA_TWOSCALE_H__INCLUDED
43 Tensor<double>* h0, Tensor<double>* h1,
44 Tensor<double>* g0, Tensor<double>* g1);
48 extern bool autoc(
int k, Tensor<double>*
c);
This header should include pretty much everything needed for the parallel runtime.
Macros and tools pertaining to the configuration of MADNESS.
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
bool two_scale_hg(int k, Tensor< double > *hg)
Definition twoscale.cc:151
bool test_two_scale_coefficients()
Definition twoscale.cc:168
bool two_scale_coefficients(int k, Tensor< double > *h0, Tensor< double > *h1, Tensor< double > *g0, Tensor< double > *g1)
Return the two scale coefficients in the Legendre basis.
Definition twoscale.cc:134
bool test_autoc()
Definition twoscale.cc:257
bool autoc(int k, Tensor< double > *c)
Return the autocorrelation coefficients for scaling functions of given order.
Definition twoscale.cc:234
void load_coeffs(World &world, const char *dir)
Collective routine to load and cache twoscale & autorrelation coefficients.
Definition twoscale.cc:305
static const string dir
Definition corepotential.cc:249
static const double c
Definition relops.cc:10
static const long k
Definition rk.cc:44
Defines and implements most of Tensor.