33#ifndef MADNESS_MRA_QMPROP_H__INCLUDED
34#define MADNESS_MRA_QMPROP_H__INCLUDED
43 template <std::
size_t NDIM>
47 template <std::
size_t NDIM>
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
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
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
static XNonlinearSolver< std::vector< Function< T, NDIM > >, T, vector_function_allocator< T, NDIM > > nonlinear_vector_solver(World &world, const long nvec)
Definition nonlinsol.h:371
static const long k
Definition rk.cc:44