4#ifndef SRC_APPS_molresponse_TDHF_BASIC_OPERATORS2_H_
5#define SRC_APPS_molresponse_TDHF_BASIC_OPERATORS2_H_
33 std::vector<std::vector<std::shared_ptr<real_convolution_3d>>>&
op,
Implements derivatives operators with variety of boundary conditions on simulation domain.
Definition derivative.h:266
FunctionDefaults holds default paramaters as static class members.
Definition funcdefaults.h:204
A tensor is a multidimension array.
Definition tensor.h:317
A parallel world class.
Definition world.h:132
static const double v
Definition hatom_sf_dirac.cc:20
Tensor< double > op(const Tensor< double > &x)
Definition kain.cc:508
Main include file for MADNESS and defines Function interface.
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
response_space scale(response_space a, double b)
void truncate(World &world, response_space &v, double tol, bool fence)
Definition basic_operators.cc:30
response_space scale_2d(World &world, const response_space &a, const Tensor< double > &b)
response_space transpose(response_space &f)
Definition basic_operators.cc:10
response_space apply(World &world, std::vector< std::vector< std::shared_ptr< real_convolution_3d > > > &op, response_space &f)
Definition basic_operators.cc:39
NDIM & f
Definition mra.h:2416
static const double b
Definition nonlinschro.cc:119
static const double a
Definition nonlinschro.cc:118
Implements most functionality of separated operators.
Definition response_functions.h:25