MADNESS
version 0.9
|
Factory to set up an ElectronRepulsion Function. More...
#include <function_factory.h>
Public Attributes | |
double | _dcut |
cutoff radius for 1/r12, aka regularization More... | |
double | _gamma |
BoundaryConditions< NDIM > | _bc |
Additional Inherited Members | |
Protected Attributes inherited from madness::FunctionFactory< T, NDIM > | |
World & | _world |
int | _k |
double | _thresh |
int | _initial_level |
int | _max_refine_level |
int | _truncate_mode |
bool | _refine |
bool | _empty |
bool | _autorefine |
bool | _truncate_on_project |
bool | _fence |
bool | _is_on_demand |
std::shared_ptr < WorldDCPmapInterface< Key < NDIM > > > | _pmap |
Factory to set up an ElectronRepulsion Function.
|
inline |
References NDIM.
|
inline |
|
inlinevirtual |
return the functor; override this if the functor needs deferred construction
Reimplemented from madness::FunctionFactory< T, NDIM >.
|
inlinevirtual |
Reimplemented from madness::FunctionFactory< T, NDIM >.
BoundaryConditions<NDIM> madness::FGFactory< T, NDIM >::_bc |
double madness::FGFactory< T, NDIM >::_dcut |
cutoff radius for 1/r12, aka regularization
double madness::FGFactory< T, NDIM >::_gamma |