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 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.
File holds all helper structures necessary for the CC_Operator and CC2 class.
Definition: DFParameters.h:10
response_space scale(response_space a, double b)
response_space apply(World &world, std::vector< std::vector< std::shared_ptr< real_convolution_3d >>> &op, response_space &f)
Definition: basic_operators.cc:39
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
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