33 #ifndef MADNESS_MRA_QMPROP_H__INCLUDED 
   34 #define MADNESS_MRA_QMPROP_H__INCLUDED 
   40     Convolution1D<double_complex>*
 
   43     template <std::
size_t NDIM>
 
   44     SeparatedConvolution<double_complex,NDIM>
 
   47     template <std::
size_t NDIM>
 
   48     SeparatedConvolution<double_complex,NDIM>*
 
SeparatedConvolution< double_complex, NDIM > * qm_free_particle_propagatorPtr(World &world, int k, double bandlimit, double timestep)
Definition: qmprop.cc:180
void bandlimited_propagator_plot()
Definition: qmprop.cc:161
Convolution1D< double_complex > * qm_1d_free_particle_propagator(int k, double bandlimit, double timestep, double width)
Definition: qmprop.cc:165
SeparatedConvolution< double_complex, NDIM > qm_free_particle_propagator(World &world, int k, double bandlimit, double timestep)
Definition: qmprop.cc:171
Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces. 
Definition: chem/atomutil.cc:45