32#ifndef MADNESS_MRA_FUNCIMPL_H__INCLUDED
33#define MADNESS_MRA_FUNCIMPL_H__INCLUDED
58 template <
typename T, std::
size_t NDIM>
61 template<
typename T, std::
size_t NDIM>
64 template<
typename T, std::
size_t NDIM>
67 template<
typename T, std::
size_t NDIM>
70 template<
typename T, std::
size_t NDIM>
71 class FunctionFactory;
73 template<
typename T, std::
size_t NDIM, std::
size_t MDIM>
74 class CompositeFunctorInterface;
85 template<
typename keyT>
104 template <
typename keyT>
115 Level n = key.level();
116 if (n == 0)
return 0;
118 if (n <= 3 || (n&0x1)) hash = key.
hash();
135 template<
typename T, std::
size_t NDIM>
187 if (
this != &other) {
298 print(
"set_coeff: may have a problem");
299 print(
"set_coeff: coeff.dim[0] =", coeffs.
dim(0),
", 2* MAXK =", 2*
MAXK);
310 template <
typename Q>
359 }
else if (
coeff().dim(0) == cdata.
vk[0]) {
362 }
else if (
coeff().is_full_tensor()) {
368 }
else if (
coeff().is_svd_tensor()) {
384 template <
typename Q,
typename R>
425 if (
c.is_local(parent))
456 if (
c.is_local(parent))
474 return this->_coeffs.trace_conj((
rhs._coeffs));
477 template <
typename Archive>
488 s <<
"\"has_coeff\":" << this->
has_coeff()
489 <<
",\"has_children\":" << this->
has_children() <<
",\"norm\":";
496 s <<
norm <<
",\"norm_tree\":" <<
nt <<
",\"snorm\":"
499 if (this->
coeff().is_assigned())
500 s <<
",\"dim\":" << this->
coeff().
dim(0);
505 template <
typename T, std::
size_t NDIM>
522 template<
typename T,
size_t NDIM>
549 if (key.
level()<2)
return false;
551 std::vector<Slice>
s0(
NDIM/2,s);
553 const double tol=
f->get_thresh();
554 const double thresh=
f->truncate_tol(tol, key)*0.3;
557 const double gnorm=
gcoeff.normf();
586 template<
typename T,
size_t NDIM,
typename opT>
602 if (key.
level()<2)
return false;
603 const double cnorm=coeff.
normf();
609 if (key.
level()<2)
return false;
615 const std::vector<opkeyT>& disp =
op->get_disp(key.
level());
616 const opkeyT&
d = *disp.begin();
632 template<
typename T,
size_t NDIM,
size_t LDIM,
typename opT>
664 if (key.
level()<2)
return false;
666 const double tol=
f->get_thresh();
667 const double thresh=
f->truncate_tol(tol, key);
670 const double gnorm=
gcoeff.normf();
689 const std::vector<Key<NDIM> >& disp =
op->get_disp(key.
level());
702 template<
typename T,
size_t NDIM>
714 template<
typename T, std::
size_t NDIM>
738 template<
typename T, std::
size_t NDIM>
764 template<
typename T,
typename R>
771 template<
typename T, std::
size_t NDIM>
780 dnorm(node.get_dnorm()) {}
789 template <
typename Archive>
813 template<
typename T,
size_t NDIM>
945 template<
typename T, std::
size_t NDIM>
948 s <<
ct.key() <<
ct.is_leaf() <<
" " <<
ct.get_impl();
967 template <
typename T, std::
size_t NDIM>
974 typedef std::shared_ptr< FunctionImpl<T,NDIM> >
pimplT;
981 typedef std::pair<const keyT,nodeT>
datumT;
1009 std::shared_ptr< FunctionFunctorInterface<T,NDIM> >
functor;
1031 return neighbor_halo_.load(std::memory_order_acquire) !=
nullptr;
1038 delete neighbor_halo_.exchange(
nullptr, std::memory_order_acq_rel);
1044 return h ?
h->size() : 0;
1055 std::memory_order_acquire))
1060 for (
const auto&
kv : buf) {
1063 acc->second =
kv.second;
1070 if (!
h)
return false;
1072 if (
h->find(
acc, key)) { out =
acc->second;
return true; }
1130 if (it->second.is_leaf())
1151 template <
typename Q>
1165 template <
typename Q>
1199 const std::shared_ptr< WorldDCPmapInterface< Key<NDIM> > >&
get_pmap()
const;
1211 std::list<keyT>
keys;
1225 template <
typename Q>
1235 template<
typename Q>
1255 template <
typename Q>
1259 auto v=other.
task(pid, &implQ::serialize_remote_coeffs);
1265 std::vector<unsigned char>
v;
1278 template <
typename Q>
1280 for (
const auto& [key, node] : other.
coeffs) {
1292 template<
typename Q,
typename R>
1312 template<
typename Q,
typename R>
1324 template<
typename Q,
typename R>
1341 const double beta,
const implT&
g,
const bool fence);
1344 template <
typename Q,
typename R>
1353 const keyT& key = it->first;
1359 template <
typename Archive>
1372 template <
typename Q,
typename R>
1385 template <
typename Archive>
1403 template <
typename Archive>
1443 std::shared_ptr<FunctionFunctorInterface<T,NDIM> >
get_functor();
1445 std::shared_ptr<FunctionFunctorInterface<T,NDIM> >
get_functor()
const;
1497 void truncate(
double tol,
bool fence);
1601 const int xaxis,
const int yaxis,
const coordT el2);
1623 template<
size_t FDIM>
1624 typename std::enable_if<NDIM==FDIM>::type
1643 const size_t npt = qx.
dim(0);
1660 double x,y,z,
x1,
y1,
z1,val;
1675 const double h = std::pow(0.5,
double(n));
1682 for (
size_t i=0; i<npt; ++i) {
1683 c[0] =
cell(0,0) +
h*cell_width[0]*(l[0] + qx(i));
1684 for (
size_t j=0; j<npt; ++j) {
1685 c[1] =
cell(1,0) +
h*cell_width[1]*(l[1] + qx(j));
1686 for (
size_t k=0;
k<npt; ++
k) {
1687 c[2] =
cell(2,0) +
h*cell_width[2]*(l[2] + qx(
k));
1691 std::istringstream(
gline) >> x >> y >> z >> val;
1711 const bool has_children=
false;
1713 nodeT node(coeff,has_children);
1730 template<
size_t FDIM>
1731 typename std::enable_if<NDIM==FDIM>::type
1745 const size_t npt = qx.
dim(0);
1776 const double h = std::pow(0.5,
double(n));
1783 for (
int i=0; i<npt; ++i) {
1784 c[0] =
cell(0,0) +
h*cell_width[0]*(l[0] + qx(i));
1785 for (
int j=0; j<npt; ++j) {
1786 c[1] =
cell(1,0) +
h*cell_width[1]*(l[1] + qx(j));
1787 for (
int k=0;
k<npt; ++
k) {
1788 c[2] =
cell(2,0) +
h*cell_width[2]*(l[2] + qx(
k));
1792 std::istringstream(
gline) >>
x1 >>
y1 >>
z1 >> val;
1808 const bool has_children=
false;
1810 nodeT node(coeff,has_children);
1887 const coeffT& coeff)
const;
1893 template <
typename Q>
1909 template <
typename Q>
1911 const bool s_only)
const {
1945 template <
typename Q>
1963 for (std::size_t
d=0;
d<
NDIM; ++
d) {
1994 template <
typename Q>
2019 template <
typename Q>
2026 template <
typename Q>
2033 template <
typename Q>
2047 template <
typename Q>
2054 MADNESS_EXCEPTION(
"FunctionImpl: fcube_for_mul: child-parent relationship bad?",0);
2058 for (std::size_t
d=0;
d<
NDIM; ++
d) {
2075 template <
typename Q>
2082 MADNESS_EXCEPTION(
"FunctionImpl: fcube_for_mul: child-parent relationship bad?",0);
2086 for (
size_t d=0;
d<
NDIM;
d++) {
2097 template <
typename L,
typename R>
2122 template<
typename R>
2124 const int npt,
const keyT& key)
const {
2131 c11(this->cdata.
s0)=c1;
2132 c22(this->cdata.
s0)=c2;
2144 return copy(result(this->cdata.
s0));
2149 template <
typename L,
typename R,
typename opT>
2172 template <
typename L,
typename R>
2182 const keyT& key = it->first;
2190 const keyT& key = it->first;
2200 template <
typename opT>
2204 const keyT& parent = it->first;
2205 nodeT& node = it->second;
2221 template <
typename opT>
2225 const keyT& parent = it->first;
2226 nodeT& node = it->second;
2238 template<std::
size_t LDIM>
2257 const long maxk=
f->get_k();
2265 for (
long i=0; i<rank; ++i) {
2283 template<std::
size_t LDIM>
2288 const keyT& key = it->first;
2302 f->trickle_down(
true);
2312 template <
typename opT>
2322 template <
typename opT>
2347 const keyT& key = it->first;
2348 nodeT& node = it->second;
2353 const double error=
d.normf();
2372 nodeT& node = it->second;
2388 nodeT& node = it->second;
2407 nodeT& node = it->second;
2434 nodeT& node = it->second;
2454 if constexpr(
NDIM==6) {
2455 const keyT& key = it->first;
2459 if (
fnode.has_children())
return 0.0;
2464 std::vector<long> map(
NDIM);
2465 map[0]=3; map[1]=4; map[2]=5;
2466 map[3]=0; map[4]=1; map[5]=2;
2490 norm=(c1-c2).normf();
2526 template<
typename Q,
typename R>
2538 const keyT& key = it->first;
2539 const nodeT& node = it->second;
2555 template<
typename Q,
typename R>
2568 const keyT& key = it->first;
2603 const keyT& key = it->first;
2604 const nodeT& node = it->second;
2633 const keyT& key = it->first;
2634 const nodeT& node = it->second;
2639 for (std::size_t i=0; i<
NDIM; ++i) {
2646 std::vector<Slice> s(
___);
2649 for (
size_t i=0; i<
NDIM; ++i) {
2650 std::size_t
kmax=
c.dim(i);
2652 for (
size_t k=1;
k<
kmax;
k+=2) {
2684 const keyT& key = it->first;
2685 const nodeT& node = it->second;
2693 for (std::size_t i=0; i<
NDIM; ++i)
l1[
map[i]] = l[i];
2702 for (std::size_t i=0; i<
NDIM; ++i) {
2703 if (
mirror[i]==-1)
l1[i]= lmax - l[i];
2709 std::vector<Slice> s(
___);
2712 for (
size_t i=0; i<
NDIM; ++i) {
2713 std::size_t
kmax=
c.dim(i);
2715 for (
size_t k=1;
k<
kmax;
k+=2) {
2749 const keyT& key = it->first;
2753 if (
fnode.has_coeff()) {
2787 nodeT& node = it->second;
2808 it->second.consolidate_buffer(
targs);
2816 template <
typename opT>
2823 const keyT& key = it->first;
2824 nodeT& node = it->second;
2843 template <
typename Q,
typename R>
2851 std::vector<unsigned int> ind(
vleft.size());
2852 for (
unsigned int i=0; i<
vleft.size(); ++i) {
2855 for (
unsigned int i=0; i<
vleft.size(); ++i) {
2857 std::swap(ind[i],ind[j]);
2860 for (
const auto& [key,
rnode] : right->coeffs) {
2861 if (
rnode.has_coeff()) {
2866 for (
unsigned int j=0; j<
vleft.size(); ++j) {
2867 unsigned int i = ind[j];
2894 const std::vector<tensorT>&
c,
2901 template <
typename opT>
2903 std::vector<tensorT>
c(
v.size());
2904 for (
unsigned int i=0; i<
v.size(); i++) {
2907 c[i]=
cc.full_tensor();
2918 template <
typename opT>
2921 for (std::size_t i=1; i<
v.size(); ++i) {
2922 if (
v[i]
and v[i-1]) {
2928 const keyT& key = it->first;
2929 if (it->second.has_coeff())
2943 template <
typename opT>
2945 const std::vector<implT*>&
vin, std::vector<implT*>&
vout) {
2946 std::vector<tensorT>
c(
vin.size());
2947 for (
unsigned int i=0; i<
vin.size(); i++) {
2950 c[i]=
cc.full_tensor();
2953 std::vector<tensorT> r =
op(key,
c);
2955 for (std::size_t i=0; i<
vout.size(); ++i) {
2966 template <
typename opT>
2968 std::vector<implT*>&
vout,
const bool fence=
true) {
2970 for (std::size_t i=1; i<
vin.size(); ++i) {
2977 const keyT& key = it->first;
2978 if (it->second.has_coeff())
2995 template <
typename Q,
typename R>
3001 for (
unsigned int j=0; j<
vright.size(); ++j) {
3010 template <
typename opT>
3030 template <
typename L,
typename R>
3046 if (
lc.size() == 0) {
3048 lnorm =
lit->second.get_norm_tree();
3059 std::vector<FunctionImpl<T,NDIM>*>
vresult;
3060 std::vector<const FunctionImpl<R,NDIM>*>
vright;
3061 std::vector< Tensor<R> >
vrc;
3077 for (
unsigned int i=0; i<
vrightin.size(); ++i) {
3083 if (
rc.size() == 0) {
3085 rnorm =
rit->second.get_norm_tree();
3094 static std::atomic<bool>
warned{
false};
3097 print(
"WARNING: mul_sparse operand has an uncomputed dnorm_tree; "
3098 "screening is disabled for those nodes (missing make_redundant?)");
3126 for (
unsigned int i=0; i<
vresult.size(); ++i) {
3128 if (
vrc[i].
size() || !
rit->second.has_children()) {
3137 const keyT& child =
kit.key();
3145 std::vector< Tensor<R> > vv(
vresult.size());
3146 for (
unsigned int i=0; i<
vresult.size(); ++i) {
3165 template <
typename L,
typename R>
3176 if (
lc.size() == 0) {
3179 lnorm = it->second.get_norm_tree();
3180 if (it->second.has_coeff())
3181 lc = it->second.coeff().reconstruct_tensor();
3185 if (
rc.size() == 0) {
3188 rnorm = it->second.get_norm_tree();
3189 if (it->second.has_coeff())
3190 rc = it->second.coeff().reconstruct_tensor();
3194 if (
rc.size() &&
lc.size()) {
3228 const keyT& child =
kit.key();
3251 template <
typename L,
typename R,
typename opT>
3260 if (
lc.size() == 0) {
3263 if (it->second.has_coeff())
3264 lc = it->second.coeff().reconstruct_tensor();
3268 if (
rc.size() == 0) {
3271 if (it->second.has_coeff())
3272 rc = it->second.coeff().reconstruct_tensor();
3275 if (
rc.size() &&
lc.size()) {
3298 const keyT& child =
kit.key();
3310 template <
typename Q,
typename opT>
3329 template <
typename Archive>
3343 template <
typename Q,
typename opT>
3348 const Tensor<Q> fc =
func->coeffs.find(key).get()->second.coeff().reconstruct_tensor();
3350 if (fc.
size() == 0) {
3354 const keyT& child =
kit.key();
3368 template <
typename L,
typename R>
3382 template <
typename L,
typename R,
typename opT>
3384 const opT&
op,
bool fence) {
3396 template <
typename Q,
typename opT>
3409 template <
typename Q,
typename opT>
3425 template <
typename L,
typename R>
3431 std::vector< Tensor<R> >
vr(
vright.size());
3511 const std::vector<long>& npt,
3534 std::vector<std::pair<bool,T>>
3615 template<
size_t LDIM>
3675 if (key.
level()<2) is_leaf=
false;
3694 return std::pair<bool,coeffT> (is_leaf,
hcoeff);
3745 if (
not is_leaf)
return std::pair<bool,coeffT> (is_leaf,
coeffT());
3752 return std::pair<bool,coeffT> (is_leaf,
hcoeff);
3785 template<
size_t LDIM>
3807 template<
size_t LDIM,
typename leaf_opT>
3835 if (
not is_leaf)
return std::pair<bool,coeffT> (is_leaf,
coeffT());
3845 return std::pair<bool,coeffT>(is_leaf,coeff);
3879 template<
typename coeff_opT,
typename apply_opT>
3893 template<
typename coeff_opT,
typename apply_opT>
3897 typedef typename std::pair<bool,coeffT> argT;
3899 apply_op.operator()(key,
arg.second,
arg.first);
3901 const bool has_children=(
not arg.first);
3923 template<std::
size_t LDIM,
typename leaf_opT>
3927 MADNESS_CHECK_THROW(p1.size()==p2.size(),
"hartree_product: p1 and p2 must have the same size");
3928 for (
auto&
p : p1)
MADNESS_CHECK(
p->is_nonstandard()
or p->is_nonstandard_with_leaves());
3929 for (
auto&
p : p2)
MADNESS_CHECK(
p->is_nonstandard()
or p->is_nonstandard_with_leaves());
3933 for (std::size_t i=0; i<p1.size(); ++i) {
3960 template <
typename opT,
typename R>
3965 const double cnorm =
c.normf();
3979 double Rnorm = r.
normf();
3985 if (s <= 1 || r.
normf()*cnorm > tol) {
3989 if (result.
normf() > tol*0.3) {
4011 template <
typename opT,
typename R>
4020 for (
fiterT it=
f->coeffs.begin(); it!=end; ++it) {
4021 const fnodeT& node = it->second;
4022 if (node.has_coeff()) {
4023 const keyT& key = it->first;
4024 const Tensor<R>&
c = node.coeff().full_tensor_copy();
4035 const std::pair<keyT,coeffT>& left,
4036 const std::pair<keyT,coeffT>& center,
4037 const std::pair<keyT,coeffT>& right);
4042 const std::pair<keyT,coeffT>& left,
4043 const std::pair<keyT,coeffT>& center,
4044 const std::pair<keyT,coeffT>& right);
4093 template<std::
size_t LDIM>
4214 template<
typename opT,
size_t LDIM>
4255 if(
leaf_op.do_pre_screening()){
4257 if(
leaf_op.pre_screening(key)){
4261 return std::pair<bool,coeffT> (
true,
coeffT());
4286 return std::pair<bool,coeffT> (
true,
coeffT());
4292 return std::pair<bool,coeffT> (
true,
coeffT());
4330 return std::pair<bool,coeffT> (
true,
coeffT());
4388 double dnorm=
d.normf();
4493 template<
typename opT>
4496 constexpr size_t LDIM=
NDIM/2;
4503 std::shared_ptr< FunctionFunctorInterface<T,NDIM> >
func2(this->
get_functor());
4511 if (fence)
func->make_redundant(
true);
4515 for (
auto& ket :
func->impl_ket_vector) {
4524 for (std::size_t i=0; i<
func->impl_p1_vector.size(); ++i) {
4554 template<
typename opT, std::
size_t LDIM>
4559 const bool fence=
true) {
4587 void mapdim(
const implT&
f,
const std::vector<long>& map,
bool fence);
4597 const std::vector<long>&
mirror,
bool fence);
4630 auto& node=it->second;
4631 node.recompute_snorm_and_dnorm(
cdata);
4701 template <
typename opT>
4716 const keyT& child =
kit.key();
4726 template <
typename opT>
4739 template <
typename opT>
4752 void broaden_op(
const keyT& key,
const std::vector< Future <bool> >&
v);
4788 typedef std::pair<coeffT, std::pair<double,double> >
compressT;
4858 const keyT& key = it->first;
4859 nodeT& node = it->second;
4880 template<
size_t OPDIM>
4889 template <
class Archive>
4900 template <
typename opT,
typename R,
size_t OPDIM>
4928 template <
typename opT,
typename R,
size_t OPDIM>
4966 template <
typename opT,
typename R,
size_t OPDIM>
5008 template <
typename opT,
typename R>
5020 typedef typename opT::keyT
opkeyT;
5021 constexpr auto opdim = opT::opdim;
5040 double radius = 1.5 + 0.33 * std::max(0.0, 2 - std::log10(
thresh) -
5046 double cnorm =
c.normf();
5053 (
op->particle() == 1)
5055 op->func_domain_is_periodic())
5057 op->func_domain_is_periodic());
5096 const auto &probing_displacement =
5100 if (cnorm *
opnorm <= tol / fac) {
5111 if (
op->particle() == 1)
5143 if (cnorm *
opnorm > tol / fac) {
5146 if (result.
normf() > 0.3 * tol / fac) {
5166 const std::vector<opkeyT> &disp =
op->get_disp(key.
level());
5172 if (
op->range_restricted() && key.
level() >= 1) {
5174 std::array<std::optional<std::int64_t>, opdim> box_radius;
5175 std::array<std::optional<std::int64_t>, opdim> surface_thickness;
5176 auto &
range =
op->get_range();
5177 for (
int d = 0;
d != opdim; ++
d) {
5180 surface_thickness[
d] =
range[
d].finite_soft() ? 1 : 0;
5195 op->lattice_summed(),
5201 [](
const auto &
displacement) -> std::uint64_t {
return 0; },
5208 template <
typename opT,
typename R>
5212 for (
const auto& [key, node]:
f.coeffs) {
5213 if (node.has_coeff()) {
5214 if (node.coeff().dim(0) !=
k ||
op.doleaves) {
5241 template <
typename opT,
typename R>
5246 typedef typename opT::keyT
opkeyT;
5251 constexpr auto opdim=opT::opdim;
5260 double fac=std::pow(3,
NDIM*0.5);
5261 double cnorm = coeff.
normf();
5275#ifdef HAVE_GENTENSOR
5284 for (
const auto&
d: disp) {
5285 const int shell=
d.distsq_bc(
op->lattice_summed());
5303 bool screened=
false;
5304 typename std::list<opkeyT>::const_iterator
it2;
5306 if (
d.is_farther_out_than(*
it2)) {
5316 if (cnorm*
opnorm> tol/fac) {
5330 if (2*opdim==
NDIM) {
5339 }
else if (shell >= 12) {
5350 template <
typename opT,
typename R>
5359 const keyT& key = it->first;
5360 const coeffT& coeff = it->second.coeff();
5391 template<
typename opT, std::
size_t LDIM>
5418 template<
typename opT, std::
size_t LDIM>
5479 return std::pair<bool,coeffT> (is_leaf,
coeffT());
5485 const coeffT& coeff)
const {
5488 if (key.
level()<2) is_leaf=
false;
5489 return std::pair<bool,coeffT> (is_leaf,coeff);
5525 template<
typename opT>
5549 template<
typename opT>
5555 typedef std::pair<bool,coeffT>
argT;
5593 const bool is_leaf=
true;
5603 if (key.
level()<2) is_leaf=
false;
5604 return argT(is_leaf,coeff);
5638 template <
typename opT>
5643 std::vector<long> vq(
NDIM);
5644 for (std::size_t i=0; i<
NDIM; ++i)
5664 double err =
fval.normf();
5668 template <
typename opT>
5687 const keyT& key = it->first;
5688 const nodeT& node = it->second;
5699 template <
typename Archive>
5706 template <
typename opT>
5710 const int npt =
cdata.npt + 1;
5725 const nodeT& node = it->second;
5749 template<
typename R>
5760 const keyT& key=it->first;
5762 if (
fnode.has_coeff()) {
5765 if (
gnode.has_coeff()) {
5766 if (
gnode.coeff().dim(0) !=
fnode.coeff().dim(0)) {
5768 MADNESS_EXCEPTION(
"functions have different k or compress/reconstruct error", 0);
5795 template <
typename R>
5810 template<
typename R>
5822 constexpr std::size_t LDIM=std::max(
NDIM/2,std::size_t(1));
5824 const keyT& key=it->first;
5826 if (
not fnode.has_coeff())
return resultT(0.0);
5830 MADNESS_CHECK(impl->get_coeffs().owner(key)==impl->world.rank());
5831 if (impl->get_coeffs().probe(key))
return key;
5839 auto impl=
v_impl.front();
5845 typename decltype(impl->coeffs)::accessor
acc;
5852 typedef typename std::decay_t<
decltype(
v_impl)>::value_type::element_type::typeT S;
5860 return std::vector<std::decay_t<
decltype(
arg)>>(1,
arg);
5871 "only one ket function supported in inner_on_demand");
5873 "only one p1 function supported in inner_on_demand");
5875 "only one p2 function supported in inner_on_demand");
5908 if (
func->impl_eri) {
5918 result=
coeff_bra.full_tensor_copy().trace_conj(
v1v2ket.full_tensor_copy());
5935 template <
typename R>
5947 template<
typename R>
5958 const keyT& key=it->first;
5960 if (
fnode.has_coeff()) {
5963 if (
gnode.has_coeff()) {
5964 if (
gnode.coeff().dim(0) !=
fnode.coeff().dim(0)) {
5966 MADNESS_EXCEPTION(
"functions have different k or compress/reconstruct error", 0);
5970 sum +=
fnode.coeff().full_tensor().trace(
gnode.coeff().full_tensor());
5973 sum +=
fnode.coeff().full_tensor().trace(
gnode.coeff().full_tensor());
5993 template <
typename R>
6007 typedef std::vector< std::pair<int,const coeffT*> >
mapvecT;
6017 const keyT& key = it->first;
6021 acc->second.push_back(std::make_pair(index,&(node.
coeff())));
6034 for (
unsigned int i=0; i<
v.size(); i++) {
6038 if (
v.size())
v[0]->world.taskq.fence();
6044 template <
typename R>
6063 const int i =
leftv[
iv].first;
6070 if (!
sym || (
sym && i<=j))
6071 r(i,j) += iptr->trace_conj(*jptr);
6081 template <
typename R>
6099 unsigned int size =
leftv[0].second->size();
6110 const int i =
leftv[
iv].first;
6113 if (!
sym || (
sym && i<=j)) result(i,j) += r(
iv,
jv);
6124 template <
typename R,
typename = std::enable_if_t<std::is_
floating_po
int_v<R>>>
6144 const int i =
leftv[
iv].first;
6151 if (!
sym || (
sym && i <= j))
6152 r(i, j) += iptr->trace_conj(*jptr);
6162 template <
typename R>
6180 unsigned int size =
leftv[0].second->size();
6190 const int i =
leftv[
iv].first;
6193 if (!
sym || (
sym && i <= j)) result(i, j) += r(
iv,
jv);
6202 template <
typename Real>
6203 static std::enable_if_t<std::is_floating_point_v<Real>, Real>
conj(
const Real x) {
6207 template <
typename Real>
6208 static std::complex<Real>
conj(
const std::complex<Real>& x) {
6209 return std::conj(x);
6212 template <
typename R>
6238 size_t chunk = (
lmap.size()-1)/(3*4*5)+1;
6246 advance(
lend,chunk);
6250 left[0]->world.taskq.fence();
6253 for (
long i=0; i<r.
dim(0); i++) {
6254 for (
long j=0; j<i; j++) {
6264 template <
typename R>
6290 size_t chunk = (
lmap.size() - 1) / (3 * 4 * 5) + 1;
6298 advance(
lend, chunk);
6302 left[0]->world.taskq.fence();
6306 for (
long i = 0; i < r.
dim(0); i++) {
6307 for (
long j = 0; j < i; j++) {
6317 template <
typename R>
6320 static_assert(!std::is_same<R, int>::value &&
6321 std::is_same<R, int>::value,
6322 "Compilation failed because you wanted to know the type; see below:");
6332 template<
typename Q, std::size_t LDIM,
typename R, std::size_t
KDIM,
6335 const std::array<int, CDIM>
v1,
const std::array<int, CDIM>
v2) {
6337 typedef std::multimap<Key<NDIM>, std::list<Key<CDIM>>>
contractionmapT;
6352 for (std::size_t n=0; n<nmax; ++n) {
6390 it->second.splice(it->second.end(),
it2->second);
6401 elem.second.unique();
6420 const std::list<Key<CDIM>>& list=
key_list.second;
6434 template<std::
size_t CDIM>
6435 std::tuple<std::set<Key<NDIM>>, std::map<Key<CDIM>,
double>>
6440 if (coeff.has_no_data())
return false;
6441 return (coeff.dim(0)==2*
cdata.k);
6446 std::map<Key<CDIM>,
double>
j_list;
6491 const std::array<int,CDIM>&
v_this,
6492 const std::array<int,CDIM>&
v_other,
6537 if (continue_recursion) {
6554 if (
d.dim(0)==
cdata.vk[0]) {
6596 template<
typename Q, std::size_t LDIM,
typename R, std::size_t
KDIM,
6599 const std::array<int, CDIM>
v1,
const std::array<int, CDIM>
v2,
6610 constexpr std::size_t
VDIM = std::tuple_size<std::decay_t<
decltype(
v)>>::value;
6611 constexpr std::size_t
VCDIM = std::tuple_size<std::decay_t<
decltype(
vc)>>::value;
6612 std::array<int, VCDIM> result;
6613 for (std::size_t i = 0; i <
VCDIM; i++) result[i] = (
v.back() + i + 1) % (
VDIM +
VCDIM);
6617 constexpr std::size_t
IDIM = std::decay_t<
decltype(
i_key)>::static_size;
6618 constexpr std::size_t
JDIM = std::decay_t<
decltype(
j_key)>::static_size;
6619 static_assert(
JDIM == std::tuple_size<std::decay_t<
decltype(
v)>>::value);
6622 for (std::size_t i = 0; i <
v.size(); ++i) l[
v[i]] =
j_key.translation()[i];
6623 std::array<int, IDIM>
vc1;
6625 for (std::size_t i = 0; i <
vc.size(); ++i) l[
vc[i]] =
i_key.translation()[i];
6638 if (
gcoeff.dim(0) ==
g->get_cdata().k) {
6644 if (
hcoeff.dim(0) ==
g->get_cdata().k) {
6653 for (std::size_t i = 0; i <
CDIM - 1; ++i) {
6686 if (key.
level() > 0) {
6717 if (key.
level() > 0) {
6789 return c.trace_conj(fc);
6813 if (
coeffs.
find(key).get()->second.has_children()) {
6819 const keyT& child = it.key();
6824 }
else if (leaf_refine) {
6841 const keyT& child = it.key();
6861 const keyT& child = it.key();
6871 const std::shared_ptr< FunctionFunctorInterface<T, NDIM> >
fref;
6877 const implT * impl,
const bool leaf_refine,
const bool do_leaves)
6878 : fref(
f), impl(impl), leaf_refine(leaf_refine), do_leaves(do_leaves) {};
6881 if (do_leaves
and it->second.is_leaf()) {
6882 tensorT cc = it->second.coeff().full_tensor();
6885 tensorT cc = it->second.coeff().full_tensor();
6932 const bool leaf_refine, T
old_inner=T(0))
const {
6949 const keyT& child = it.key();
6958 const keyT& child = it.key();
6982 template <
typename L>
7006 template <
typename L>
7022 const keyT& child = it.key();
7032 if (
lc.size() == 0) {
7035 if (it->second.has_coeff())
7036 lc = it->second.coeff().reconstruct_tensor();
7040 if (
c.size() == 0) {
7061 const keyT& child = it.key();
7073 double dnorm =
d.normf();
7084 const keyT& child = it.key();
7093 template <
typename L>
7109 template<
size_t LDIM>
7111 const int dim,
const bool fence) {
7135 template<
size_t LDIM>
7142 typedef std::pair<bool,coeffT>
argT;
7185 const int k_ldim=std::pow(
k,LDIM);
7186 std::vector<long>
shape(LDIM,
k);
7188 if (
fcoeff.is_full_tensor()) {
7194 }
else if (
fcoeff.is_svd_tensor()) {
7208 final =
final.reshape(
shape);
7255 template<
size_t LDIM>
7258 typedef std::pair< keyT,coeffT > pairT;
7264 for (
fiterator it=
f->get_coeffs().begin(); it!=end; ++it) {
7283 }
else if (dim==1) {
7313 template<
size_t LDIM>
7315 const Key<NDIM>& dest,
const int dim)
const {
7330 std::vector<Slice> s(
fcoeff.config().dim_per_vector()+1,
_);
7333 for (
int r=0; r<
fcoeff.rank(); ++r) {
7338 const double fac=
ovlp *
fcoeff.config().weights(r);
7369 std::size_t
size()
const;
7375 std::size_t
nCoeff()
const;
7390 template <
typename Q,
typename F>
7394 typename fdcT::const_iterator end =
f.coeffs.
end();
7395 for (
typename fdcT::const_iterator it=
f.coeffs.begin(); it!=end; ++it) {
7396 const keyT& key = it->first;
7397 const fnodeT& node = it->second;
7399 if (node.has_coeff()) {
7430 template <
class Archive,
class T, std::
size_t NDIM>
7442 MADNESS_EXCEPTION(
"FunctionImpl: remote operation attempting to use a locally uninitialized object",0);
7445 MADNESS_EXCEPTION(
"FunctionImpl: remote operation attempting to use an unregistered object",0);
7452 template <
class Archive,
class T, std::
size_t NDIM>
7455 bool exists=(ptr) ?
true :
false;
7457 if (exists) ar & ptr->
id();
7461 template <
class Archive,
class T, std::
size_t NDIM>
7473 MADNESS_EXCEPTION(
"FunctionImpl: remote operation attempting to use a locally uninitialized object",0);
7478 MADNESS_EXCEPTION(
"FunctionImpl: remote operation attempting to use an unregistered object",0);
7486 template <
class Archive,
class T, std::
size_t NDIM>
7489 bool exists=(ptr) ?
true :
false;
7491 if (exists) ar & ptr->
id();
7496 template <
class Archive,
class T, std::
size_t NDIM>
7505 template <
class Archive,
class T, std::
size_t NDIM>
7512 template <
class Archive,
class T, std::
size_t NDIM>
7521 template <
class Archive,
class T, std::
size_t NDIM>
double w(double t, double eps)
Definition DKops.h:22
double q(double t)
Definition DKops.h:18
This header should include pretty much everything needed for the parallel runtime.
An integer with atomic set, get, read+increment, read+decrement, and decrement+test operations.
Definition atomicint.h:126
long dim(int i) const
Returns the size of dimension i.
Definition basetensor.h:147
long size() const
Returns the number of elements in the tensor.
Definition basetensor.h:138
Definition displacements.h:332
std::function< bool(Level, const PointPattern &, std::optional< Displacement > &)> Validator
Definition displacements.h:340
a class to track where relevant (parent) coeffs are
Definition funcimpl.h:814
const keyT & key() const
const reference to the key
Definition funcimpl.h:862
CoeffTracker(const CoeffTracker &other, const datumT &datum)
ctor with a pair<keyT,nodeT>
Definition funcimpl.h:844
const LeafStatus & is_leaf() const
const reference to is_leaf flag
Definition funcimpl.h:886
const implT * impl
the funcimpl that has the coeffs
Definition funcimpl.h:823
LeafStatus
Definition funcimpl.h:820
@ yes
Definition funcimpl.h:820
@ no
Definition funcimpl.h:820
@ unknown
Definition funcimpl.h:820
CoeffTracker(const CoeffTracker &other)
copy ctor
Definition funcimpl.h:852
double dnorm(const keyT &key) const
return the s and dnorm belonging to the passed-in key
Definition funcimpl.h:879
coeffT coeff_
the coefficients belonging to key
Definition funcimpl.h:829
const implT * get_impl() const
const reference to impl
Definition funcimpl.h:856
const coeffT & coeff() const
const reference to the coeffs
Definition funcimpl.h:859
keyT key_
the current key, which must exists in impl
Definition funcimpl.h:825
double dnorm_
norm of d coefficients corresponding to key
Definition funcimpl.h:831
CoeffTracker(const implT *impl)
the initial ctor making the root key
Definition funcimpl.h:839
void serialize(const Archive &ar)
serialization
Definition funcimpl.h:938
Future< CoeffTracker > activate() const
find the coefficients
Definition funcimpl.h:915
CoeffTracker()
default ctor
Definition funcimpl.h:836
GenTensor< T > coeffT
Definition funcimpl.h:818
CoeffTracker make_child(const keyT &child) const
make a child of this, ignoring the coeffs
Definition funcimpl.h:889
FunctionImpl< T, NDIM > implT
Definition funcimpl.h:816
std::pair< Key< NDIM >, ShallowNode< T, NDIM > > datumT
Definition funcimpl.h:819
CoeffTracker forward_ctor(const CoeffTracker &other, const datumT &datum) const
taskq-compatible forwarding to the ctor
Definition funcimpl.h:932
LeafStatus is_leaf_
flag if key is a leaf node
Definition funcimpl.h:827
coeffT coeff(const keyT &key) const
return the coefficients belonging to the passed-in key
Definition funcimpl.h:870
Key< NDIM > keyT
Definition funcimpl.h:817
CompositeFunctorInterface implements a wrapper of holding several functions and functors.
Definition function_interface.h:172
Definition worldhashmap.h:396
std::pair< iterator, bool > insert(const datumT &datum)
Definition worldhashmap.h:468
Hash_private::HashIterator< hashT > iterator
Definition worldhashmap.h:402
Tri-diagonal operator traversing tree primarily for derivative operator.
Definition derivative.h:73
FunctionCommonData holds all Function data common for given k.
Definition function_common_data.h:52
std::vector< long > vk
(k,...) used to initialize Tensors
Definition function_common_data.h:93
std::vector< Slice > s0
s[0] in each dimension to get scaling coeff
Definition function_common_data.h:91
static const FunctionCommonData< T, NDIM > & get(int k)
Definition function_common_data.h:111
static void _init_quadrature(int k, int npt, Tensor< double > &quad_x, Tensor< double > &quad_w, Tensor< double > &quad_phi, Tensor< double > &quad_phiw, Tensor< double > &quad_phit)
Initialize the quadrature information.
Definition mraimpl.h:91
collect common functionality does not need to be member function of funcimpl
Definition function_common_data.h:135
FunctionDefaults holds default paramaters as static class members.
Definition funcdefaults.h:100
static const double & get_thresh()
Returns the default threshold.
Definition funcdefaults.h:177
static int get_max_refine_level()
Gets the default maximum adaptive refinement level.
Definition funcdefaults.h:214
static const Tensor< double > & get_cell_width()
Returns the width of each user cell dimension.
Definition funcdefaults.h:379
static bool get_apply_randomize()
Gets the random load balancing for integral operators flag.
Definition funcdefaults.h:288
static const Tensor< double > & get_cell()
Gets the user cell for the simulation.
Definition funcdefaults.h:346
FunctionFactory implements the named-parameter idiom for Function.
Definition function_factory.h:86
bool _fence
Definition function_factory.h:103
Abstract base class interface required for functors used as input to Functions.
Definition function_interface.h:68
Definition funcimpl.h:5669
double operator()(double a, double b) const
Definition funcimpl.h:5695
const opT * func
Definition funcimpl.h:5671
Tensor< double > qx
Definition funcimpl.h:5673
double operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:5686
void serialize(const Archive &ar)
Definition funcimpl.h:5700
do_err_box(const implT *impl, const opT *func, int npt, const Tensor< double > &qx, const Tensor< double > &quad_phit, const Tensor< double > &quad_phiw)
Definition funcimpl.h:5679
int npt
Definition funcimpl.h:5672
Tensor< double > quad_phiw
Definition funcimpl.h:5675
const implT * impl
Definition funcimpl.h:5670
Tensor< double > quad_phit
Definition funcimpl.h:5674
do_err_box(const do_err_box &e)
Definition funcimpl.h:5683
FunctionImpl holds all Function state to facilitate shallow copy semantics.
Definition funcimpl.h:968
std::tuple< std::set< Key< NDIM > >, std::map< Key< CDIM >, double > > get_contraction_node_lists(const std::size_t n, const std::array< int, CDIM > &v) const
for contraction two functions f(x,z) = \int g(x,y) h(y,z) dy
Definition funcimpl.h:6436
void copy_coeffs(const FunctionImpl< Q, NDIM > &other, bool fence)
Copy coeffs from other into self.
Definition funcimpl.h:1226
bool is_nonstandard() const
Definition mraimpl.h:273
void insert_serialized_coeffs(std::vector< unsigned char > &v)
insert coeffs from vector archive into this
Definition funcimpl.h:1272
T eval_cube(Level n, coordT &x, const tensorT &c) const
Definition mraimpl.h:2054
void partial_inner_contract(const FunctionImpl< Q, LDIM > *g, const FunctionImpl< R, KDIM > *h, const std::array< int, CDIM > v1, const std::array< int, CDIM > v2, const Key< NDIM > &key, const std::list< Key< CDIM > > &j_key_list)
tensor contraction part of partial_inner
Definition funcimpl.h:6598
AtomicInt large
Definition funcimpl.h:1083
Timer timer_target_driven
Definition funcimpl.h:1081
void binaryXX(const FunctionImpl< L, NDIM > *left, const FunctionImpl< R, NDIM > *right, const opT &op, bool fence)
Definition funcimpl.h:3383
void do_apply(const opT *op, const keyT &key, const Tensor< R > &c)
apply an operator on the coeffs c (at node key)
Definition funcimpl.h:5009
void do_print_tree_graphviz(const keyT &key, std::ostream &os, Level maxlevel) const
Functor for the do_print_tree method (using GraphViz)
Definition mraimpl.h:2808
void add_keys_to_map(mapT *map, int index) const
Adds keys to union of local keys with specified index.
Definition funcimpl.h:6013
void change_tensor_type1(const TensorArgs &targs, bool fence)
change the tensor type of the coefficients in the FunctionNode
Definition mraimpl.h:1113
void gaxpy_ext_recursive(const keyT &key, const FunctionImpl< L, NDIM > *left, Tensor< L > lcin, tensorT c, T(*f)(const coordT &), T alpha, T beta, double tol, bool below_leaf)
Definition funcimpl.h:7007
int initial_level
Initial level for refinement.
Definition funcimpl.h:997
int max_refine_level
Do not refine below this level.
Definition funcimpl.h:1001
double do_apply_kernel3(const opT *op, const GenTensor< R > &coeff, const do_op_args< OPDIM > &args, const TensorArgs &apply_targs)
same as do_apply_kernel2, but use low rank tensors as input and low rank tensors as output
Definition funcimpl.h:4967
void hartree_product(const std::vector< std::shared_ptr< FunctionImpl< T, LDIM > > > p1, const std::vector< std::shared_ptr< FunctionImpl< T, LDIM > > > p2, const leaf_opT &leaf_op, bool fence)
given two functions of LDIM, perform the Hartree/Kronecker/outer product
Definition funcimpl.h:3924
void traverse_tree(const coeff_opT &coeff_op, const apply_opT &apply_op, const keyT &key) const
traverse a non-existing tree
Definition funcimpl.h:3894
void do_square_inplace(const keyT &key)
int special_level
Minimium level for refinement on special points.
Definition funcimpl.h:998
void do_apply_kernel(const opT *op, const Tensor< R > &c, const do_op_args< OPDIM > &args)
for fine-grain parallelism: call the apply method of an operator in a separate task
Definition funcimpl.h:4901
compressT compress_op(const keyT &key, const std::vector< Future< compressT > > &v, bool nonstandard)
calculate the wavelet coefficients using the sum coefficients of all child nodes
Definition mraimpl.h:1688
double errsq_local(const opT &func) const
Returns the sum of squares of errors from local info ... no comms.
Definition funcimpl.h:5707
WorldContainer< keyT, nodeT > dcT
Type of container holding the coefficients.
Definition funcimpl.h:980
void evaldepthpt(const Vector< double, NDIM > &xin, const keyT &keyin, const typename Future< Level >::remote_refT &ref)
Get the depth of the tree at a point in simulation coordinates.
Definition mraimpl.h:3080
void scale_inplace(const T q, bool fence)
In-place scale by a constant.
Definition mraimpl.h:3251
void gaxpy_oop_reconstructed(const double alpha, const implT &f, const double beta, const implT &g, const bool fence)
perform: this= alpha*f + beta*g, invoked by result
Definition mraimpl.h:223
void unary_op_coeff_inplace(const opT &op, bool fence)
Definition funcimpl.h:2201
World & world
Definition funcimpl.h:987
void apply_1d_realspace_push_op(const archive::archive_ptr< const opT > &pop, int axis, const keyT &key, const Tensor< R > &c)
Definition funcimpl.h:3962
bool is_redundant() const
Returns true if the function is redundant.
Definition mraimpl.h:262
FunctionNode< T, NDIM > nodeT
Type of node.
Definition funcimpl.h:978
std::size_t nCoeff_local() const
Returns the number of coefficients in the function for this MPI rank.
Definition mraimpl.h:1951
void print_size(const std::string name) const
print tree size and size
Definition mraimpl.h:1970
FunctionImpl(const FunctionImpl< T, NDIM > &p)
void print_info() const
Prints summary of data distribution.
Definition mraimpl.h:833
void abs_inplace(bool fence)
Definition mraimpl.h:3263
void binaryXXa(const keyT &key, const FunctionImpl< L, NDIM > *left, const Tensor< L > &lcin, const FunctionImpl< R, NDIM > *right, const Tensor< R > &rcin, const opT &op)
Definition funcimpl.h:3252
void print_timer() const
Definition mraimpl.h:357
void evalR(const Vector< double, NDIM > &xin, const keyT &keyin, const typename Future< long >::remote_refT &ref)
Get the rank of leaf box of the tree at a point in simulation coordinates.
Definition mraimpl.h:3122
const FunctionCommonData< T, NDIM > & cdata
Definition funcimpl.h:1007
void do_print_grid(const std::string filename, const std::vector< keyT > &keys) const
print the grid in xyz format
Definition mraimpl.h:584
void mulXXa(const keyT &key, const FunctionImpl< L, NDIM > *left, const Tensor< L > &lcin, const FunctionImpl< R, NDIM > *right, const Tensor< R > &rcin, double tol)
Definition funcimpl.h:3166
int get_truncate_mode() const
Definition funcimpl.h:1838
const std::vector< Vector< double, NDIM > > & get_special_points() const
Definition funcimpl.h:992
Future< compressT > compress_spawn(const keyT &key, bool nonstandard, bool keepleaves, bool redundant1)
Invoked on node where key is local.
Definition mraimpl.h:3404
std::size_t nCoeff() const
Returns the number of coefficients in the function ... collective global sum.
Definition mraimpl.h:1961
double vol_nsphere(int n, double R)
Definition funcimpl.h:4997
keyT neighbor_in_volume(const keyT &key, const keyT &disp) const
Returns key of general neighbor that resides in-volume.
Definition mraimpl.h:3376
void compress(const TreeState newstate, bool fence)
compress the wave function
Definition mraimpl.h:1521
void do_dirac_convolution(FunctionImpl< T, LDIM > *f, bool fence) const
Definition funcimpl.h:2284
Future< bool > truncate_spawn(const keyT &key, double tol)
Returns true if after truncation this node has coefficients.
Definition mraimpl.h:2653
void print_type_in_compilation_error(R &&)
Definition funcimpl.h:6318
Future< double > norm_tree_spawn(const keyT &key)
Definition mraimpl.h:1591
std::vector< keyT > local_leaf_keys() const
return the keys of the local leaf boxes
Definition mraimpl.h:558
MADNESS_ASSERT(this->is_redundant()==g.is_redundant())
void do_print_tree(const keyT &key, std::ostream &os, Level maxlevel) const
Functor for the do_print_tree method.
Definition mraimpl.h:2726
void vtransform(const std::vector< std::shared_ptr< FunctionImpl< R, NDIM > > > &vright, const Tensor< Q > &c, const std::vector< std::shared_ptr< FunctionImpl< T, NDIM > > > &vleft, double tol, bool fence)
Definition funcimpl.h:2996
void unset_functor()
Definition mraimpl.h:312
void refine_spawn(const opT &op, const keyT &key)
Definition funcimpl.h:4727
void apply_1d_realspace_push(const opT &op, const FunctionImpl< R, NDIM > *f, int axis, bool fence)
Definition funcimpl.h:4013
void set_truncate_mode(int mode)
Definition funcimpl.h:1839
void do_print_plane(const std::string filename, std::vector< Tensor< double > > plotinfo, const int xaxis, const int yaxis, const coordT el2)
print the MRA structure
Definition mraimpl.h:499
std::pair< Key< NDIM >, ShallowNode< T, NDIM > > find_datum(keyT key) const
return the a std::pair<key, node>, which MUST exist
Definition mraimpl.h:979
void set_functor(const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > functor1)
Definition mraimpl.h:293
std::enable_if< NDIM==FDIM >::type read_grid2(const std::string gridfile, std::shared_ptr< FunctionFunctorInterface< double, NDIM > > vnuc_functor)
read data from a grid
Definition funcimpl.h:1732
bool verify_tree_state_local() const
check that the tree state and the coeffs are consistent
Definition mraimpl.h:169
const std::shared_ptr< WorldDCPmapInterface< Key< NDIM > > > & get_pmap() const
Definition mraimpl.h:207
Tensor< Q > fcube_for_mul(const keyT &child, const keyT &parent, const Tensor< Q > &coeff) const
Compute the function values for multiplication.
Definition funcimpl.h:2048
Timer timer_filter
Definition funcimpl.h:1079
void sock_it_to_me(const keyT &key, const RemoteReference< FutureImpl< std::pair< keyT, coeffT > > > &ref) const
Walk up the tree returning pair(key,node) for first node with coefficients.
Definition mraimpl.h:2866
void recursive_apply(opT &apply_op, const implT *fimpl, implT *rimpl, const bool fence)
traverse an existing tree and apply an operator
Definition funcimpl.h:5526
double get_thresh() const
Definition mraimpl.h:328
void trickle_down(bool fence)
sum all the contributions from all scales after applying an operator in mod-NS form
Definition mraimpl.h:1368
bool autorefine
If true, autorefine where appropriate.
Definition funcimpl.h:1003
bool halo_enabled() const
Is a neighbor halo staged on this function?
Definition funcimpl.h:1030
void set_autorefine(bool value)
Definition mraimpl.h:337
tensorT filter(const tensorT &s) const
Transform sum coefficients at level n to sums+differences at level n-1.
Definition mraimpl.h:1166
void chop_at_level(const int n, const bool fence=true)
remove all nodes with level higher than n
Definition mraimpl.h:1129
void unaryXXvalues(const FunctionImpl< Q, NDIM > *func, const opT &op, bool fence)
Definition funcimpl.h:3410
void partial_inner(const FunctionImpl< Q, LDIM > &g, const FunctionImpl< R, KDIM > &h, const std::array< int, CDIM > v1, const std::array< int, CDIM > v2)
invoked by result
Definition funcimpl.h:6334
TreeState tree_state
Definition funcimpl.h:1010
void print_tree_json(std::ostream &os=std::cout, Level maxlevel=10000) const
Definition mraimpl.h:2746
coeffT parent_to_child_NS(const keyT &child, const keyT &parent, const coeffT &coeff) const
Directly project parent NS coeffs to child NS coeffs.
Definition mraimpl.h:707
void copy_coeffs_different_world(const FunctionImpl< Q, NDIM > &other)
Copy coefficients from other funcimpl with possibly different world and on a different node.
Definition funcimpl.h:1236
void mapdim(const implT &f, const std::vector< long > &map, bool fence)
Permute the dimensions of f according to map, result on this.
Definition mraimpl.h:1071
bool is_compressed() const
Returns true if the function is compressed.
Definition mraimpl.h:250
void receive_halo(const std::vector< std::pair< keyT, coeffT > > &buf) const
Insert pushed neighbor nodes into the halo; runs as a task, concurrently with other pushes.
Definition funcimpl.h:1050
Vector< double, NDIM > coordT
Type of vector holding coordinates.
Definition funcimpl.h:982
void apply(opT &op, const FunctionImpl< R, NDIM > &f, bool fence)
apply an operator on f to return this
Definition funcimpl.h:5209
Tensor< T > tensorT
Type of tensor for anything but to hold coeffs.
Definition funcimpl.h:975
void mirror(const implT &f, const std::vector< long > &mirror, bool fence)
mirror the dimensions of f according to map, result on this
Definition mraimpl.h:1080
T inner_adaptive_recursive(keyT key, const tensorT &c, const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f, const bool leaf_refine, T old_inner=T(0)) const
Definition funcimpl.h:6930
void store(Archive &ar)
Definition funcimpl.h:1404
void do_binary_op(const keyT &key, const Tensor< L > &left, const std::pair< keyT, Tensor< R > > &arg, const opT &op)
Functor for the binary_op method.
Definition funcimpl.h:2150
void gaxpy_ext(const FunctionImpl< L, NDIM > *left, T(*f)(const coordT &), T alpha, T beta, double tol, bool fence)
Definition funcimpl.h:7094
void accumulate_trees(FunctionImpl< Q, NDIM > &result, const R alpha, const bool fence=true) const
merge the trees of this and other, while multiplying them with the alpha or beta, resp
Definition funcimpl.h:1325
void print_stats() const
print the number of configurations per node
Definition mraimpl.h:1998
void broaden(const array_of_bools< NDIM > &is_periodic, bool fence)
Definition mraimpl.h:1317
coeffT truncate_reconstructed_op(const keyT &key, const std::vector< Future< coeffT > > &v, const double tol)
given the sum coefficients of all children, truncate or not
Definition mraimpl.h:1638
void refine_op(const opT &op, const keyT &key)
Definition funcimpl.h:4702
static Tensor< TENSOR_RESULT_TYPE(T, R) > inner_local(const std::vector< const FunctionImpl< T, NDIM > * > &left, const std::vector< const FunctionImpl< R, NDIM > * > &right, bool sym)
Definition funcimpl.h:6214
void fcube(const keyT &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx, tensorT &fval) const
Evaluate function at quadrature points in the specified box.
Definition mraimpl.h:2488
Timer timer_change_tensor_type
Definition funcimpl.h:1077
void forward_do_diff1(const DerivativeBase< T, NDIM > *D, const implT *f, const keyT &key, const std::pair< keyT, coeffT > &left, const std::pair< keyT, coeffT > ¢er, const std::pair< keyT, coeffT > &right)
Definition mraimpl.h:932
std::vector< Slice > child_patch(const keyT &child) const
Returns patch referring to coeffs of child in parent box.
Definition mraimpl.h:696
void print_tree_graphviz(std::ostream &os=std::cout, Level maxlevel=10000) const
Definition mraimpl.h:2799
void set_tree_state(const TreeState &state)
Definition funcimpl.h:1435
std::size_t min_nodes() const
Returns the min number of nodes on a processor.
Definition mraimpl.h:1902
void copy_coeffs_same_world(const FunctionImpl< Q, NDIM > &other, bool fence)
Copy coeffs from other into self.
Definition funcimpl.h:1279
std::shared_ptr< FunctionFunctorInterface< T, NDIM > > functor
Definition funcimpl.h:1009
Timer timer_compress_svd
Definition funcimpl.h:1080
Tensor< TENSOR_RESULT_TYPE(T, R)> mul(const Tensor< T > &c1, const Tensor< R > &c2, const int npt, const keyT &key) const
multiply the values of two coefficient tensors using a custom number of grid points
Definition funcimpl.h:2123
void make_redundant(const bool fence)
convert this to redundant, i.e. have sum coefficients on all levels
Definition mraimpl.h:1549
void load(Archive &ar)
Definition funcimpl.h:1386
std::size_t max_nodes() const
Returns the max number of nodes on a processor.
Definition mraimpl.h:1893
T inner_ext_local(const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f, const bool leaf_refine) const
Definition funcimpl.h:6905
coeffT upsample(const keyT &key, const coeffT &coeff) const
upsample the sum coefficients of level 1 to sum coeffs on level n+1
Definition mraimpl.h:1245
TensorArgs targs
type of tensor to be used in the FunctionNodes
Definition funcimpl.h:1005
void flo_unary_op_node_inplace(const opT &op, bool fence)
Definition funcimpl.h:2313
std::size_t size_local() const
Returns the number of coefficients in the function for each rank.
Definition mraimpl.h:1920
GenTensor< Q > values2coeffs(const keyT &key, const GenTensor< Q > &values) const
Definition funcimpl.h:2027
void plot_cube_kernel(archive::archive_ptr< Tensor< T > > ptr, const keyT &key, const coordT &plotlo, const coordT &plothi, const std::vector< long > &npt, bool eval_refine) const
Definition mraimpl.h:3470
T trace_local() const
Returns int(f(x),x) in local volume.
Definition mraimpl.h:3305
void print_grid(const std::string filename) const
Definition mraimpl.h:542
void replicate_on_hosts(bool fence=true)
Definition funcimpl.h:1205
bool get_autorefine() const
Definition mraimpl.h:334
int k
Wavelet order.
Definition funcimpl.h:995
void vtransform_doit(const std::shared_ptr< FunctionImpl< R, NDIM > > &right, const Tensor< Q > &c, const std::vector< std::shared_ptr< FunctionImpl< T, NDIM > > > &vleft, double tol)
Definition funcimpl.h:2845
MADNESS_CHECK(this->is_reconstructed())
void phi_for_mul(Level np, Translation lp, Level nc, Translation lc, Tensor< double > &phi) const
Compute the Legendre scaling functions for multiplication.
Definition mraimpl.h:3273
Future< std::pair< keyT, coeffT > > find_me(const keyT &key) const
find_me. Called by diff_bdry to get coefficients of boundary function
Definition mraimpl.h:3391
TensorType get_tensor_type() const
Definition mraimpl.h:319
void do_project_out(const coeffT &fcoeff, const std::pair< keyT, coeffT > gpair, const keyT &gkey, const Key< NDIM > &dest, const int dim) const
compute the inner product of two nodes of only some dimensions and accumulate on result
Definition funcimpl.h:7314
void remove_leaf_coefficients(const bool fence)
Definition mraimpl.h:1543
void insert_zero_down_to_initial_level(const keyT &key)
Initialize nodes to zero function at initial_level of refinement.
Definition mraimpl.h:2622
void do_diff1(const DerivativeBase< T, NDIM > *D, const implT *f, const keyT &key, const std::pair< keyT, coeffT > &left, const std::pair< keyT, coeffT > ¢er, const std::pair< keyT, coeffT > &right)
Definition mraimpl.h:943
typedef TENSOR_RESULT_TYPE(T, R) resultT
void unary_op_node_inplace(const opT &op, bool fence)
Definition funcimpl.h:2222
T inner_adaptive_local(const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f, const bool leaf_refine) const
Definition funcimpl.h:6916
void do_print_tree_json(const keyT &key, std::multimap< Level, std::tuple< tranT, std::string > > &data, Level maxlevel) const
Functor for the do_print_tree_json method.
Definition mraimpl.h:2777
std::multimap< Key< FDIM >, std::list< Key< CDIM > > > recur_down_for_contraction_map(const keyT &key, const nodeT &node, const std::array< int, CDIM > &v_this, const std::array< int, CDIM > &v_other, const std::set< Key< ODIM > > &ij_other_list, const std::map< Key< CDIM >, double > &j_other_list, bool this_first, const double thresh)
make a map of all nodes that will contribute to a partial inner product
Definition funcimpl.h:6489
std::shared_ptr< FunctionImpl< T, NDIM > > pimplT
pointer to this class
Definition funcimpl.h:974
TENSOR_RESULT_TYPE(T, R) dot_local(const FunctionImpl< R
Returns the dot product ASSUMING same distribution.
void finalize_sum()
after summing up we need to do some cleanup;
Definition mraimpl.h:1850
std::enable_if< NDIM==FDIM >::type read_grid(const std::string keyfile, const std::string gridfile, std::shared_ptr< FunctionFunctorInterface< double, NDIM > > vnuc_functor)
read data from a grid
Definition funcimpl.h:1625
dcT coeffs
The coefficients.
Definition funcimpl.h:1012
bool exists_and_is_leaf(const keyT &key) const
Definition mraimpl.h:1289
static std::complex< Real > conj(const std::complex< Real > &x)
Definition funcimpl.h:6208
void make_Vphi(const opT &leaf_op, const bool fence=true)
assemble the function V*phi using V and phi given from the functor
Definition funcimpl.h:4494
void unaryXX(const FunctionImpl< Q, NDIM > *func, const opT &op, bool fence)
Definition funcimpl.h:3397
std::vector< std::pair< int, const coeffT * > > mapvecT
Type of the entry in the map returned by make_key_vec_map.
Definition funcimpl.h:6007
void project_out(FunctionImpl< T, NDIM-LDIM > *result, const FunctionImpl< T, LDIM > *gimpl, const int dim, const bool fence)
project the low-dim function g on the hi-dim function f: result(x) = <this(x,y) | g(y)>
Definition funcimpl.h:7110
void verify_tree() const
Verify tree is properly constructed ... global synchronization involved.
Definition mraimpl.h:111
void do_square_inplace2(const keyT &parent, const keyT &child, const tensorT &parent_coeff)
void gaxpy_inplace_reconstructed(const T &alpha, const FunctionImpl< Q, NDIM > &g, const R &beta, const bool fence)
Definition funcimpl.h:1293
void undo_replicate(bool fence=true)
Definition funcimpl.h:1210
void set_tensor_args(const TensorArgs &t)
Definition mraimpl.h:325
GenTensor< Q > fcube_for_mul(const keyT &child, const keyT &parent, const GenTensor< Q > &coeff) const
Compute the function values for multiplication.
Definition funcimpl.h:2076
Range< typename dcT::const_iterator > rangeT
Definition funcimpl.h:5798
std::size_t real_size() const
Returns the number of coefficients in the function ... collective global sum.
Definition mraimpl.h:1938
bool exists_and_has_children(const keyT &key) const
Definition mraimpl.h:1284
void sum_down_spawn(const keyT &key, const coeffT &s)
is this the same as trickle_down() ?
Definition mraimpl.h:876
void multi_to_multi_op_values(const opT &op, const std::vector< implT * > &vin, std::vector< implT * > &vout, const bool fence=true)
Inplace operate on many functions (impl's) with an operator within a certain box.
Definition funcimpl.h:2967
long box_interior[1000]
Definition funcimpl.h:3442
std::atomic< ConcurrentHashMap< keyT, coeffT > * > neighbor_halo_
Neighbor coefficients pushed here by whoever owns them; null until something stages.
Definition funcimpl.h:1023
keyT neighbor(const keyT &key, const keyT &disp, const array_of_bools< NDIM > &is_periodic) const
Returns key of general neighbor enforcing BC.
Definition mraimpl.h:3361
GenTensor< Q > NS_fcube_for_mul(const keyT &child, const keyT &parent, const GenTensor< Q > &coeff, const bool s_only) const
Compute the function values for multiplication.
Definition funcimpl.h:1946
rangeT range(coeffs.begin(), coeffs.end())
void norm_tree(bool fence)
compute for each FunctionNode the norm of the function inside that node
Definition mraimpl.h:1568
void gaxpy_inplace(const T &alpha, const FunctionImpl< Q, NDIM > &other, const R &beta, bool fence)
Inplace general bilinear operation.
Definition funcimpl.h:1373
const Tensor< double > cell
the size of the root cell in each dimension, unchangeable
Definition funcimpl.h:1000
bool has_leaves() const
Definition mraimpl.h:288
bool verify_parents_and_children() const
check that parents and children are consistent
Definition mraimpl.h:119
void apply_source_driven(opT &op, const FunctionImpl< R, NDIM > &f, bool fence)
similar to apply, but for low rank coeffs
Definition funcimpl.h:5351
std::size_t halo_size() const
How many neighbor nodes are staged on this rank; zero if no halo.
Definition funcimpl.h:1042
void distribute(std::shared_ptr< WorldDCPmapInterface< Key< NDIM > > > newmap) const
Definition funcimpl.h:1217
int get_special_level() const
Definition funcimpl.h:991
void reconstruct_op(const keyT &key, const coeffT &s, const bool accumulate_NS=true)
Definition mraimpl.h:2121
tensorT gaxpy_ext_node(keyT key, Tensor< L > lc, T(*f)(const coordT &), T alpha, T beta) const
Definition funcimpl.h:6983
const coeffT parent_to_child(const coeffT &s, const keyT &parent, const keyT &child) const
Directly project parent coeffs to child coeffs.
Definition mraimpl.h:3288
WorldObject< FunctionImpl< T, NDIM > > woT
Base class world object type.
Definition funcimpl.h:970
void undo_redundant(const bool fence)
convert this from redundant to standard reconstructed form
Definition mraimpl.h:1559
GenTensor< T > coeffT
Type of tensor used to hold coeffs.
Definition funcimpl.h:979
const keyT & key0() const
Returns cdata.key0.
Definition mraimpl.h:394
double finalize_apply()
after apply we need to do some cleanup;
Definition mraimpl.h:1807
bool leaves_only
Definition funcimpl.h:5803
friend hashT hash_value(const FunctionImpl< T, NDIM > *pimpl)
Hash a pointer to FunctionImpl.
Definition funcimpl.h:7414
const dcT & get_coeffs() const
Definition mraimpl.h:343
FunctionImpl(World &world, const FunctionImpl< Q, NDIM > &other, const std::shared_ptr< WorldDCPmapInterface< Key< NDIM > > > &pmap, bool dozero)
Copy constructor.
Definition funcimpl.h:1166
compressT make_redundant_op(const keyT &key, const std::vector< Future< compressT > > &v)
similar to compress_op, but insert only the sum coefficients in the tree
Definition mraimpl.h:1752
T inner_ext_node(keyT key, tensorT c, const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f) const
Return the inner product with an external function on a specified function node.
Definition funcimpl.h:6782
double norm2sq_local() const
Returns the square of the local norm ... no comms.
Definition mraimpl.h:1859
const FunctionCommonData< T, NDIM > & get_cdata() const
Definition mraimpl.h:349
void sum_down(bool fence)
After 1d push operator must sum coeffs down the tree to restore correct scaling function coefficients...
Definition mraimpl.h:922
T inner_ext_recursive(keyT key, tensorT c, const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f, const bool leaf_refine, T old_inner=T(0)) const
Definition funcimpl.h:6799
bool noautorefine(const keyT &key, const tensorT &t) const
Always returns false (for when autorefine is not wanted)
Definition mraimpl.h:859
double truncate_tol(double tol, const keyT &key) const
Returns the truncation threshold according to truncate_method.
Definition mraimpl.h:649
void flo_unary_op_node_inplace(const opT &op, bool fence) const
Definition funcimpl.h:2323
bool autorefine_square_test(const keyT &key, const nodeT &t) const
Returns true if this block of coeffs needs autorefining.
Definition mraimpl.h:865
void erase(const Level &max_level)
truncate tree at a certain level
Definition mraimpl.h:739
void mulXX(const FunctionImpl< L, NDIM > *left, const FunctionImpl< R, NDIM > *right, double tol, bool fence)
Definition funcimpl.h:3369
std::pair< coeffT, std::pair< double, double > > compressT
s coefficients plus the (snorm_tree, dnorm_tree) pair propagated up by compress
Definition funcimpl.h:4788
void reconstruct(bool fence)
reconstruct this tree – respects fence
Definition mraimpl.h:1489
void multiply(const implT *f, const FunctionImpl< T, LDIM > *g, const int particle)
multiply f (a pair function of NDIM) with an orbital g (LDIM=NDIM/2)
Definition funcimpl.h:3786
coeffT assemble_coefficients(const keyT &key, const coeffT &coeff_ket, const coeffT &vpotential1, const coeffT &vpotential2, const tensorT &veri) const
given several coefficient tensors, assemble a result tensor
Definition mraimpl.h:1027
static void tnorm(const tensorT &t, double *lo, double *hi)
Computes norm of low/high-order polyn. coeffs for autorefinement test.
Definition mraimpl.h:3165
std::pair< bool, T > eval_local_only(const Vector< double, NDIM > &xin, Level maxlevel)
Evaluate function only if point is local returning (true,value); otherwise return (false,...
Definition mraimpl.h:2960
bool halo_probe(const keyT &key, coeffT &out) const
Look up a staged neighbor; on a hit copy its coefficients, which are empty for an interior node.
Definition funcimpl.h:1068
std::size_t max_depth() const
Returns the maximum depth of the tree ... collective ... global sum/broadcast.
Definition mraimpl.h:1885
std::size_t size() const
Returns the number of coefficients in the function ... collective global sum.
Definition mraimpl.h:1930
void reduce_rank(const double thresh, bool fence)
reduce the rank of the coefficients tensors
Definition mraimpl.h:1121
TreeState get_tree_state() const
Definition funcimpl.h:1439
void merge_trees(const T alpha, const FunctionImpl< Q, NDIM > &other, const R beta, const bool fence=true)
merge the trees of this and other, while multiplying them with the alpha or beta, resp
Definition funcimpl.h:1313
const Tensor< double > & get_cell() const
return the simulation cell
Definition funcimpl.h:1458
void halo_clear() const
Discard the neighbor halo, freeing the staged coefficients.
Definition funcimpl.h:1037
std::shared_ptr< FunctionFunctorInterface< T, NDIM > > get_functor()
Definition mraimpl.h:300
double do_apply_directed_screening(const opT *op, const keyT &key, const coeffT &coeff, const bool &do_kernel)
apply an operator on the coeffs c (at node key)
Definition funcimpl.h:5242
tensorT unfilter(const tensorT &s) const
Transform sums+differences at level n to sum coefficients at level n+1.
Definition mraimpl.h:1195
int get_initial_level() const
getter
Definition funcimpl.h:990
Tensor< T > eval_plot_cube(const coordT &plotlo, const coordT &plothi, const std::vector< long > &npt, const bool eval_refine=false) const
Definition mraimpl.h:3562
virtual ~FunctionImpl()
Definition funcimpl.h:1197
Vector< Translation, NDIM > tranT
Type of array holding translation.
Definition funcimpl.h:976
void change_tree_state(const TreeState finalstate, bool fence=true)
change the tree state of this function, might or might not respect fence!
Definition mraimpl.h:1421
Future< coeffT > truncate_reconstructed_spawn(const keyT &key, const double tol)
truncate using a tree in reconstructed form
Definition mraimpl.h:1614
GenTensor< Q > coeffs2values(const keyT &key, const GenTensor< Q > &coeff) const
Definition funcimpl.h:1894
FunctionImpl(const FunctionFactory< T, NDIM > &factory)
Initialize function impl from data in factory.
Definition funcimpl.h:1086
void map_and_mirror(const implT &f, const std::vector< long > &map, const std::vector< long > &mirror, bool fence)
map and mirror the translation index and the coefficients, result on this
Definition mraimpl.h:1090
Timer timer_lr_result
Definition funcimpl.h:1078
void gaxpy(T alpha, const FunctionImpl< L, NDIM > &left, T beta, const FunctionImpl< R, NDIM > &right, bool fence)
Invoked by result to perform result += alpha*left+beta*right in wavelet basis.
Definition funcimpl.h:2173
void truncate(double tol, bool fence)
Truncate according to the threshold with optional global fence.
Definition mraimpl.h:378
void do_mul(const keyT &key, const Tensor< L > &left, const std::pair< keyT, Tensor< R > > &arg)
Functor for the mul method.
Definition funcimpl.h:2098
void copy_remote_coeffs_from_pid(const ProcessID pid, const FunctionImpl< Q, NDIM > &other)
Definition funcimpl.h:1256
void project_out2(const FunctionImpl< T, LDIM+NDIM > *f, const FunctionImpl< T, LDIM > *g, const int dim)
project the low-dim function g on the hi-dim function f: this(x) = <f(x,y) | g(y)>
Definition funcimpl.h:7256
double do_apply_kernel2(const opT *op, const Tensor< R > &c, const do_op_args< OPDIM > &args, const TensorArgs &apply_targs)
same as do_apply_kernel, but use full rank tensors as input and low rank tensors as output
Definition funcimpl.h:4929
static Tensor< TENSOR_RESULT_TYPE(T, R)> dot_local(const std::vector< const FunctionImpl< T, NDIM > * > &left, const std::vector< const FunctionImpl< R, NDIM > * > &right, bool sym)
Definition funcimpl.h:6266
Tensor< Q > coeffs2values(const keyT &key, const Tensor< Q > &coeff) const
Definition funcimpl.h:2020
Tensor< Q > values2coeffs(const keyT &key, const Tensor< Q > &values) const
Definition funcimpl.h:2034
void multi_to_multi_op_values_doit(const keyT &key, const opT &op, const std::vector< implT * > &vin, std::vector< implT * > &vout)
Inplace operate on many functions (impl's) with an operator within a certain box.
Definition funcimpl.h:2944
bool is_reconstructed() const
Returns true if the function is compressed.
Definition mraimpl.h:256
void replicate(bool fence=true)
Definition funcimpl.h:1201
double norm_tree_op(const keyT &key, const std::vector< Future< double > > &v)
Definition mraimpl.h:1576
void reset_timer()
Definition mraimpl.h:366
void refine_to_common_level(const std::vector< FunctionImpl< T, NDIM > * > &v, const std::vector< tensorT > &c, const keyT key)
Refine multiple functions down to the same finest level.
Definition mraimpl.h:769
int get_k() const
Definition mraimpl.h:340
void dirac_convolution_op(const keyT &key, const nodeT &node, FunctionImpl< T, LDIM > *f) const
The operator.
Definition funcimpl.h:2239
FunctionImpl< T, NDIM > implT
Type of this class (implementation)
Definition funcimpl.h:973
void eval(const Vector< double, NDIM > &xin, const keyT &keyin, const typename Future< T >::remote_refT &ref)
Evaluate the function at a point in simulation coordinates.
Definition mraimpl.h:2916
bool truncate_op(const keyT &key, double tol, const std::vector< Future< bool > > &v)
Definition mraimpl.h:2689
void zero_norm_tree()
Definition mraimpl.h:1306
std::size_t max_local_depth() const
Returns the maximum local depth of the tree ... no communications.
Definition mraimpl.h:1871
tensorT project(const keyT &key) const
Definition mraimpl.h:2834
double thresh
Screening threshold.
Definition funcimpl.h:996
double check_symmetry_local() const
Returns some asymmetry measure ... no comms.
Definition mraimpl.h:755
Future< double > get_norm_tree_recursive(const keyT &key) const
Definition mraimpl.h:2855
bool is_redundant_after_merge() const
Returns true if the function is redundant_after_merge.
Definition mraimpl.h:268
void mulXXvec(const FunctionImpl< L, NDIM > *left, const std::vector< const FunctionImpl< R, NDIM > * > &vright, const std::vector< FunctionImpl< T, NDIM > * > &vresult, double tol, bool fence)
Definition funcimpl.h:3426
Key< NDIM > keyT
Type of key.
Definition funcimpl.h:977
friend hashT hash_value(const std::shared_ptr< FunctionImpl< T, NDIM > > impl)
Hash a shared_ptr to FunctionImpl.
Definition funcimpl.h:7424
std::vector< Vector< double, NDIM > > special_points
special points for further refinement (needed for composite functions or multiplication)
Definition funcimpl.h:999
bool truncate_on_project
If true projection inserts at level n-1 not n.
Definition funcimpl.h:1004
AtomicInt small
Definition funcimpl.h:1082
static void do_dot_localX(const typename mapT::iterator lstart, const typename mapT::iterator lend, typename FunctionImpl< R, NDIM >::mapT *rmap_ptr, const bool sym, Tensor< TENSOR_RESULT_TYPE(T, R)> *result_ptr, Mutex *mutex)
Definition funcimpl.h:6163
bool is_on_demand() const
Definition mraimpl.h:283
double err_box(const keyT &key, const nodeT &node, const opT &func, int npt, const Tensor< double > &qx, const Tensor< double > &quad_phit, const Tensor< double > &quad_phiw) const
Returns the square of the error norm in the box labeled by key.
Definition funcimpl.h:5639
void accumulate_timer(const double time) const
Definition mraimpl.h:352
void trickle_down_op(const keyT &key, const coeffT &s)
sum all the contributions from all scales after applying an operator in mod-NS form
Definition mraimpl.h:1379
static void do_inner_localX(const typename mapT::iterator lstart, const typename mapT::iterator lend, typename FunctionImpl< R, NDIM >::mapT *rmap_ptr, const bool sym, Tensor< TENSOR_RESULT_TYPE(T, R) > *result_ptr, Mutex *mutex)
Definition funcimpl.h:6082
void mulXXveca(const keyT &key, const FunctionImpl< L, NDIM > *left, const Tensor< L > &lcin, const std::vector< const FunctionImpl< R, NDIM > * > vrightin, const std::vector< Tensor< R > > &vrcin, const std::vector< FunctionImpl< T, NDIM > * > vresultin, double tol)
Definition funcimpl.h:3031
void set_thresh(double value)
Definition mraimpl.h:331
Tensor< double > print_plane_local(const int xaxis, const int yaxis, const coordT &el2)
collect the data for a plot of the MRA structure locally on each node
Definition mraimpl.h:423
void sock_it_to_me_too(const keyT &key, const RemoteReference< FutureImpl< std::pair< keyT, coeffT > > > &ref) const
Definition mraimpl.h:2894
void broaden_op(const keyT &key, const std::vector< Future< bool > > &v)
Definition mraimpl.h:1295
void print_plane(const std::string filename, const int xaxis, const int yaxis, const coordT &el2)
Print a plane ("xy", "xz", or "yz") containing the point x to file.
Definition mraimpl.h:403
void print_tree(std::ostream &os=std::cout, Level maxlevel=10000) const
Definition mraimpl.h:2717
void project_refine_op(const keyT &key, bool do_refine, const std::vector< Vector< double, NDIM > > &specialpts)
Definition mraimpl.h:2500
void scale_oop(const Q q, const FunctionImpl< F, NDIM > &f, bool fence)
Out-of-place scale by a constant.
Definition funcimpl.h:7391
T typeT
Definition funcimpl.h:972
std::size_t tree_size() const
Returns the size of the tree structure of the function ... collective global sum.
Definition mraimpl.h:1911
ConcurrentHashMap< keyT, mapvecT > mapT
Type of the map returned by make_key_vec_map.
Definition funcimpl.h:6010
void add_scalar_inplace(T t, bool fence)
Adds a constant to the function. Local operation, optional fence.
Definition mraimpl.h:2581
void forward_traverse(const coeff_opT &coeff_op, const apply_opT &apply_op, const keyT &key) const
traverse a non-existing tree
Definition funcimpl.h:3880
tensorT downsample(const keyT &key, const std::vector< Future< coeffT > > &v) const
downsample the sum coefficients of level n+1 to sum coeffs on level n
Definition mraimpl.h:1215
void abs_square_inplace(bool fence)
Definition mraimpl.h:3268
FunctionImpl(const FunctionImpl< Q, NDIM > &other, const std::shared_ptr< WorldDCPmapInterface< Key< NDIM > > > &pmap, bool dozero)
Copy constructor.
Definition funcimpl.h:1152
void refine(const opT &op, bool fence)
Definition funcimpl.h:4740
static mapT make_key_vec_map(const std::vector< const FunctionImpl< T, NDIM > * > &v)
Returns map of union of local keys to vector of indexes of functions containing that key.
Definition funcimpl.h:6031
void put_in_box(ProcessID from, long nl, long ni) const
Definition mraimpl.h:824
void unary_op_value_inplace(const opT &op, bool fence)
Definition funcimpl.h:3011
std::pair< const keyT, nodeT > datumT
Type of entry in container.
Definition funcimpl.h:981
Timer timer_accumulate
Definition funcimpl.h:1076
TensorArgs get_tensor_args() const
Definition mraimpl.h:322
void unaryXXa(const keyT &key, const FunctionImpl< Q, NDIM > *func, const opT &op)
Definition funcimpl.h:3344
void make_Vphi_only(const opT &leaf_op, FunctionImpl< T, NDIM > *ket, FunctionImpl< T, LDIM > *v1, FunctionImpl< T, LDIM > *v2, FunctionImpl< T, LDIM > *p1, FunctionImpl< T, LDIM > *p2, FunctionImpl< T, NDIM > *eri, const bool fence=true)
assemble the function V*phi using V and phi given from the functor
Definition funcimpl.h:4555
void average(const implT &rhs)
take the average of two functions, similar to: this=0.5*(this+rhs)
Definition mraimpl.h:1102
void recursive_apply(opT &apply_op, const FunctionImpl< T, LDIM > *fimpl, const FunctionImpl< T, LDIM > *gimpl, const bool fence)
traverse a non-existing tree, make its coeffs and apply an operator
Definition funcimpl.h:5392
void diff(const DerivativeBase< T, NDIM > *D, const implT *f, bool fence)
Definition mraimpl.h:955
void square_inplace(bool fence)
Pointwise squaring of function with optional global fence.
Definition mraimpl.h:3257
void remove_internal_coefficients(const bool fence)
Definition mraimpl.h:1538
void compute_snorm_and_dnorm(bool fence=true)
compute norm of s and d coefficients for all nodes
Definition mraimpl.h:1145
std::vector< unsigned char > serialize_remote_coeffs()
invoked by copy_remote_coeffs_from_pid to serialize local coeffs
Definition funcimpl.h:1264
long box_leaf[1000]
Definition funcimpl.h:3441
void standard(bool fence)
Changes non-standard compressed form to standard compressed form.
Definition mraimpl.h:1794
void multiop_values_doit(const keyT &key, const opT &op, const std::vector< implT * > &v)
Definition funcimpl.h:2902
bool is_nonstandard_with_leaves() const
Definition mraimpl.h:278
GenTensor< Q > values2NScoeffs(const keyT &key, const GenTensor< Q > &values) const
convert function values of the a child generation directly to NS coeffs
Definition funcimpl.h:1995
int truncate_mode
0=default=(|d|<thresh), 1=(|d|<thresh/2^n), 2=(|d|<thresh/4^n);
Definition funcimpl.h:1002
void multiop_values(const opT &op, const std::vector< implT * > &v)
Definition funcimpl.h:2919
GenTensor< Q > NScoeffs2values(const keyT &key, const GenTensor< Q > &coeff, const bool s_only) const
convert S or NS coeffs to values on a 2k grid of the children
Definition funcimpl.h:1910
static std::enable_if_t< std::is_floating_point_v< Real >, Real > conj(const Real x)
Definition funcimpl.h:6203
FunctionNode holds the coefficients, etc., at each node of the 2^NDIM-tree.
Definition funcimpl.h:136
FunctionNode< Q, NDIM > convert() const
Copy with possible type conversion of coefficients, copying all other state.
Definition funcimpl.h:204
GenTensor< T > coeffT
Definition funcimpl.h:138
bool has_coeff() const
Returns true if there are coefficients in this node.
Definition funcimpl.h:210
void recompute_snorm_and_dnorm(const FunctionCommonData< T, NDIM > &cdata)
Definition funcimpl.h:355
FunctionNode(const coeffT &coeff, bool has_children=false)
Constructor from given coefficients with optional children.
Definition funcimpl.h:166
FunctionNode()
Default constructor makes node without coeff or children.
Definition funcimpl.h:156
void serialize(Archive &ar)
Definition funcimpl.h:478
double _dnorm_tree
norm of the difference coefficients summed up the tree
Definition funcimpl.h:147
void consolidate_buffer(const TensorArgs &args)
Definition funcimpl.h:464
double get_dnorm() const
return the precomputed norm of the (virtual) d coefficients
Definition funcimpl.h:336
size_t size() const
Returns the number of coefficients in this node.
Definition funcimpl.h:252
void set_has_children_recursive(const typename FunctionNode< T, NDIM >::dcT &c, const Key< NDIM > &key)
Sets has_children attribute to true recurring up to ensure connected.
Definition funcimpl.h:269
FunctionNode< T, NDIM > & operator=(const FunctionNode< T, NDIM > &other)
Definition funcimpl.h:186
FunctionNode(const coeffT &coeff, double norm_tree, double dnorm_tree, double snorm, double dnorm, bool has_children)
Definition funcimpl.h:176
double snorm
norm of the s coefficients
Definition funcimpl.h:151
void clear_coeff()
Clears the coefficients (has_coeff() will subsequently return false)
Definition funcimpl.h:305
Tensor< T > tensorT
Definition funcimpl.h:139
coeffT buffer
The coefficients, if any.
Definition funcimpl.h:149
T trace_conj(const FunctionNode< T, NDIM > &rhs) const
Definition funcimpl.h:473
void scale(Q a)
Scale the coefficients of this node.
Definition funcimpl.h:311
bool is_leaf() const
Returns true if this does not have children.
Definition funcimpl.h:223
void set_has_children(bool flag)
Sets has_children attribute to value of flag.
Definition funcimpl.h:264
void accumulate(const coeffT &t, const typename FunctionNode< T, NDIM >::dcT &c, const Key< NDIM > &key, const TensorArgs &args)
Accumulate inplace and if necessary connect node to parent.
Definition funcimpl.h:436
double get_norm_tree() const
Gets the value of norm_tree.
Definition funcimpl.h:326
bool _has_children
True if there are children.
Definition funcimpl.h:148
void set_snorm(const double sn)
set the precomputed norm of the (virtual) s coefficients
Definition funcimpl.h:341
coeffT _coeffs
The coefficients, if any.
Definition funcimpl.h:145
void accumulate2(const tensorT &t, const typename FunctionNode< T, NDIM >::dcT &c, const Key< NDIM > &key)
Accumulate inplace and if necessary connect node to parent.
Definition funcimpl.h:403
void reduceRank(const double &eps)
reduces the rank of the coefficients (if applicable)
Definition funcimpl.h:259
WorldContainer< Key< NDIM >, FunctionNode< T, NDIM > > dcT
Definition funcimpl.h:154
void gaxpy_inplace(const T &alpha, const FunctionNode< Q, NDIM > &other, const R &beta)
General bi-linear operation — this = this*alpha + other*beta.
Definition funcimpl.h:385
double get_dnorm_tree() const
Gets the value of dnorm_tree.
Definition funcimpl.h:331
double _norm_tree
After norm_tree will contain norm of sum coefficients summed up tree.
Definition funcimpl.h:146
void set_is_leaf(bool flag)
Sets has_children attribute to value of !flag.
Definition funcimpl.h:290
void print_json(std::ostream &s) const
Definition funcimpl.h:487
double get_snorm() const
get the precomputed norm of the (virtual) s coefficients
Definition funcimpl.h:351
void set_dnorm_tree(double dnorm_tree)
Sets the value of dnorm_tree.
Definition funcimpl.h:321
const coeffT & coeff() const
Returns a const reference to the tensor containing the coeffs.
Definition funcimpl.h:247
FunctionNode(const coeffT &coeff, double norm_tree, bool has_children)
Definition funcimpl.h:171
bool has_children() const
Returns true if this node has children.
Definition funcimpl.h:217
void set_coeff(const coeffT &coeffs)
Takes a shallow copy of the coeff — same as this->coeff()=coeff.
Definition funcimpl.h:295
void set_dnorm(const double dn)
set the precomputed norm of the (virtual) d coefficients
Definition funcimpl.h:346
double dnorm
norm of the d coefficients, also defined if there are no d coefficients
Definition funcimpl.h:150
bool is_invalid() const
Returns true if this node is invalid (no coeffs and no children)
Definition funcimpl.h:229
FunctionNode(const FunctionNode< T, NDIM > &other)
Definition funcimpl.h:180
coeffT & coeff()
Returns a non-const reference to the tensor containing the coeffs.
Definition funcimpl.h:237
void set_norm_tree(double norm_tree)
Sets the value of norm_tree.
Definition funcimpl.h:316
Implements the functionality of futures.
Definition future.h:75
A future is a possibly yet unevaluated value.
Definition future.h:370
remote_refT remote_ref(World &world) const
Returns a structure used to pass references to another process.
Definition future.h:672
Definition lowranktensor.h:59
bool is_of_tensortype(const TensorType &tt) const
Definition gentensor.h:225
GenTensor convert(const TensorArgs &targs) const
Definition gentensor.h:198
long dim(const int i) const
return the number of entries in dimension i
Definition lowranktensor.h:391
Tensor< T > full_tensor_copy() const
Definition gentensor.h:206
long ndim() const
Definition lowranktensor.h:386
void add_SVD(const GenTensor< T > &rhs, const double &eps)
Definition gentensor.h:235
constexpr bool is_full_tensor() const
Definition gentensor.h:224
void normalize()
Definition gentensor.h:218
GenTensor< T > & emul(const GenTensor< T > &other)
Inplace multiply by corresponding elements of argument Tensor.
Definition lowranktensor.h:637
float_scalar_type normf() const
Definition lowranktensor.h:406
double svd_normf() const
Definition gentensor.h:213
void reduce_rank(const double &eps)
Definition gentensor.h:217
long rank() const
Definition gentensor.h:212
const Tensor< T > & full_tensor() const
Definition gentensor.h:200
long size() const
Definition lowranktensor.h:488
SVDTensor< T > & get_svdtensor()
Definition gentensor.h:228
TensorType tensor_type() const
Definition gentensor.h:221
bool has_data() const
Definition gentensor.h:210
Tensor< T > reconstruct_tensor() const
Definition gentensor.h:199
GenTensor & gaxpy(const T alpha, const GenTensor &other, const T beta)
Definition lowranktensor.h:586
bool is_assigned() const
Definition gentensor.h:209
IsSupported< TensorTypeData< Q >, GenTensor< T > & >::type scale(Q fac)
Inplace multiplication by scalar of supported type (legacy name)
Definition lowranktensor.h:426
constexpr bool is_svd_tensor() const
Definition gentensor.h:222
Definition worldhashmap.h:330
iterator for hash
Definition worldhashmap.h:188
Iterates in lexical order thru all children of a key.
Definition key.h:548
Key is the index for a node of the 2^NDIM-tree.
Definition key.h:70
Key< NDIM+LDIM > merge_with(const Key< LDIM > &rhs) const
merge with other key (ie concatenate), use level of rhs, not of this
Definition key.h:487
Level level() const
Definition key.h:169
bool is_valid() const
Checks if a key is valid.
Definition key.h:124
hashT hash() const
Definition key.h:158
Key< NDIM-VDIM > extract_complement_key(const std::array< int, VDIM > &v) const
extract a new key with the Translations complementary to the ones indicated in the v array
Definition key.h:473
Key< VDIM > extract_key(const std::array< int, VDIM > &v) const
extract a new key with the Translations indicated in the v array
Definition key.h:465
Key parent(int generation=1) const
Returns the key of the parent.
Definition key.h:290
const Vector< Translation, NDIM > & translation() const
Definition key.h:174
bool is_child_of(const Key &key) const
Definition key.h:301
void break_apart(Key< LDIM > &key1, Key< KDIM > &key2) const
break key into two low-dimensional keys
Definition key.h:424
A pmap that locates children on odd levels with their even level parents.
Definition funcimpl.h:105
LevelPmap(World &world)
Definition funcimpl.h:111
const int nproc
Definition funcimpl.h:107
LevelPmap()
Definition funcimpl.h:109
ProcessID owner(const keyT &key) const
Find the owner of a given key.
Definition funcimpl.h:114
Mutex using pthread mutex operations.
Definition worldmutex.h:131
void unlock() const
Free a mutex owned by this thread.
Definition worldmutex.h:165
void lock() const
Acquire the mutex waiting if necessary.
Definition worldmutex.h:155
Range, vaguely a la Intel TBB, to encapsulate a random-access, STL-like start and end iterator with c...
Definition range.h:64
iteratorT iterator
Alias for the iterator type.
Definition range.h:71
Simple structure used to manage references/pointers to remote instances.
Definition worldref.h:395
Definition SVDTensor.h:42
A simple process map.
Definition funcimpl.h:86
SimplePmap(World &world)
Definition funcimpl.h:92
const int nproc
Definition funcimpl.h:88
const ProcessID me
Definition funcimpl.h:89
ProcessID owner(const keyT &key) const
Maps key to processor.
Definition funcimpl.h:95
A slice defines a sub-range or patch of a dimension.
Definition slice.h:103
static TaskAttributes hipri()
Definition thread.h:456
Traits class to specify support of numeric types.
Definition type_data.h:56
A tensor is a multidimensional array.
Definition tensor.h:318
float_scalar_type normf() const
Returns the Frobenius norm of the tensor.
Definition tensor.h:1727
Tensor< T > & gaxpy(T alpha, const Tensor< T > &other, T beta)
Inplace generalized saxpy ... this = this*alpha + other*beta.
Definition tensor.h:1806
Tensor< T > reshape(int ndimnew, const long *d)
Returns new view/tensor reshaping size/number of dimensions to conforming tensor.
Definition tensor.h:1385
T * ptr()
Returns a pointer to the internal data.
Definition tensor.h:1841
Tensor< T > mapdim(const std::vector< long > &map)
Returns new view/tensor permuting the dimensions.
Definition tensor.h:1625
IsSupported< TensorTypeData< Q >, Tensor< T > & >::type scale(Q x)
Inplace multiplication by scalar of supported type (legacy name)
Definition tensor.h:687
Tensor< T > & emul(const Tensor< T > &t)
Inplace multiply by corresponding elements of argument Tensor.
Definition tensor.h:1800
Tensor< T > fusedim(long i)
Returns new view/tensor fusing contiguous dimensions i and i+1.
Definition tensor.h:1588
Tensor< T > flat()
Returns new view/tensor rehshaping to flat (1-d) tensor.
Definition tensor.h:1556
Definition function_common_data.h:169
void accumulate(const double time) const
accumulate timer
Definition function_common_data.h:183
A simple, fixed dimension vector.
Definition vector.h:64
Iterator for distributed container wraps the local iterator.
Definition worlddc.h:386
Makes a distributed container with specified attributes.
Definition worlddc.h:1127
void process_pending()
Process pending messages.
Definition worlddc.h:1453
bool find(accessor &acc, const keyT &key)
Write access to LOCAL value by key. Returns true if found, false otherwise (always false for remote).
Definition worlddc.h:1274
bool probe(const keyT &key) const
Returns true if local data is immediately available (no communication)
Definition worlddc.h:1311
iterator begin()
Returns an iterator to the beginning of the local data (no communication)
Definition worlddc.h:1357
bool is_replicated() const
Definition worlddc.h:1227
ProcessID owner(const keyT &key) const
Returns processor that logically owns key (no communication)
Definition worlddc.h:1321
void replicate(bool fence=true)
replicates this WorldContainer on all ProcessIDs
Definition worlddc.h:1249
void erase(const keyT &key)
Erases entry from container (non-blocking comm if remote)
Definition worlddc.h:1392
void replace(const pairT &datum)
Inserts/replaces key+value pair (non-blocking communication if key not local)
Definition worlddc.h:1261
iterator end()
Returns an iterator past the end of the local data (no communication)
Definition worlddc.h:1371
const std::shared_ptr< WorldDCPmapInterface< keyT > > & get_pmap() const
Returns shared pointer to the process mapping.
Definition worlddc.h:1429
bool insert(accessor &acc, const keyT &key)
Write access to LOCAL value by key. Returns true if inserted, false if already exists (throws if remo...
Definition worlddc.h:1288
bool is_distributed() const
Definition worlddc.h:1223
std::size_t size() const
Returns the number of local entries (no communication)
Definition worlddc.h:1422
Future< REMFUTURE(MEMFUN_RETURNT(memfunT))> task(const keyT &key, memfunT memfun, const TaskAttributes &attr=TaskAttributes())
Adds task "resultT memfun()" in process owning item (non-blocking comm if remote)
Definition worlddc.h:1713
bool is_local(const keyT &key) const
Returns true if the key maps to the local processor (no communication)
Definition worlddc.h:1328
bool is_host_replicated() const
Definition worlddc.h:1231
Future< MEMFUN_RETURNT(memfunT)> send(const keyT &key, memfunT memfun)
Sends message "resultT memfun()" to item (non-blocking comm if remote)
Definition worlddc.h:1470
void replicate_on_hosts(bool fence=true)
replicates this WorldContainer on all hosts (one PID per host)
Definition worlddc.h:1255
Interface to be provided by any process map.
Definition worlddc.h:122
void fence(bool debug=false)
Synchronizes all processes in communicator AND globally ensures no pending AM or tasks.
Definition worldgop.cc:176
Implements most parts of a globally addressable object (via unique ID).
Definition world_object.h:491
void process_pending()
To be called from derived constructor to process pending messages.
Definition world_object.h:787
ProcessID me
Rank of self.
Definition world_object.h:514
detail::task_result_type< memfnT >::futureT send(ProcessID dest, memfnT memfn) const
Definition world_object.h:858
detail::task_result_type< memfnT >::futureT task(ProcessID dest, memfnT memfn, const TaskAttributes &attr=TaskAttributes()) const
Sends task to derived class method returnT (this->*memfn)().
Definition world_object.h:1132
Future< bool > for_each(const rangeT &range, const opT &op)
Apply op(item) on all items in range.
Definition world_task_queue.h:572
void add(TaskInterface *t)
Add a new local task, taking ownership of the pointer.
Definition world_task_queue.h:466
Future< resultT > reduce(const rangeT &range, const opT &op)
Reduce op(item) for all items in range using op(sum,op(item)).
Definition world_task_queue.h:527
A parallel world class.
Definition world.h:134
static World * world_from_id(std::uint64_t id)
Convert a World ID to a World pointer.
Definition world.h:516
WorldTaskQueue & taskq
Task queue.
Definition world.h:215
std::vector< uniqueidT > get_object_ids() const
Returns a vector of all unique IDs in this World.
Definition world.h:492
ProcessID rank() const
Returns the process rank in this World (same as MPI_Comm_rank()).
Definition world.h:344
static std::vector< unsigned long > get_world_ids()
return a vector containing all world ids
Definition world.h:500
ProcessID size() const
Returns the number of processes in this World (same as MPI_Comm_size()).
Definition world.h:354
unsigned long id() const
Definition world.h:324
WorldGopInterface & gop
Global operations.
Definition world.h:216
std::optional< T * > ptr_from_id(uniqueidT id) const
Look up a local pointer from a world-wide unique ID.
Definition world.h:440
ProcessID random_proc()
Returns a random process number; that is, an integer in [0,world.size()).
Definition world.h:615
Wraps an archive around an STL vector for output.
Definition vector_archive.h:55
Wrapper for an opaque pointer for serialization purposes.
Definition archive.h:851
syntactic sugar for std::array<bool, N>
Definition array_of_bools.h:19
Class for unique global IDs.
Definition uniqueid.h:53
unsigned long get_obj_id() const
Access the object ID.
Definition uniqueid.h:97
unsigned long get_world_id() const
Access the World ID.
Definition uniqueid.h:90
static const double R
Definition csqrt.cc:46
double(* f1)(const coord_3d &)
Definition derivatives.cc:55
char * p(char *buf, const char *name, int k, int initial_level, double thresh, int order)
Definition derivatives.cc:72
static double lo
Definition dirac-hatom.cc:23
@ upper
Definition dirac-hatom.cc:15
Provides FunctionDefaults and utilities for coordinate transformation.
archive_array< unsigned char > wrap_opaque(const T *, unsigned int)
Factory function to wrap a pointer to contiguous data as an opaque (uchar) archive_array.
Definition archive.h:926
Tensor< typename Tensor< T >::scalar_type > arg(const Tensor< T > &t)
Return a new tensor holding the argument of each element of t (complex types only)
Definition tensor.h:2643
Tensor< TENSOR_RESULT_TYPE(T, Q) > & fast_transform(const Tensor< T > &t, const Tensor< Q > &c, Tensor< TENSOR_RESULT_TYPE(T, Q) > &result, Tensor< TENSOR_RESULT_TYPE(T, Q) > &workspace)
Restricted but heavily optimized form of transform()
Definition tensor.h:2460
const double beta
Definition gygi_soltion.cc:62
static const double v
Definition hatom_sf_dirac.cc:20
Tensor< double > op(const Tensor< double > &x)
Definition kain.cc:508
Multidimension Key for MRA tree and associated iterators.
static double pow(const double *a, const double *b)
Definition lda.h:74
#define MADNESS_CHECK(condition)
Check a condition — even in a release build the condition is always evaluated so it can have side eff...
Definition madness_exception.h:182
#define MADNESS_EXCEPTION(msg, value)
Macro for throwing a MADNESS exception.
Definition madness_exception.h:119
#define MADNESS_ASSERT(condition)
Assert a condition that should be free of side-effects since in release builds this might be a no-op.
Definition madness_exception.h:134
#define MADNESS_CHECK_THROW(condition, msg)
Check a condition — even in a release build the condition is always evaluated so it can have side eff...
Definition madness_exception.h:207
Header to declare stuff which has not yet found a home.
constexpr double pi
Mathematical constant .
Definition constants.h:48
MemFuncWrapper< objT *, memfnT, typename result_of< memfnT >::type > wrap_mem_fn(objT &obj, memfnT memfn)
Create a member function wrapper (MemFuncWrapper) from an object and a member function pointer.
Definition mem_func_wrapper.h:251
void combine_hash(hashT &seed, hashT hash)
Internal use only.
Definition worldhash.h:248
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
std::ostream & operator<<(std::ostream &os, const particle< PDIM > &p)
Definition lowrankfunction.h:401
static const char * filename
Definition legendre.cc:96
static const std::vector< Slice > ___
Entire dimension.
Definition slice.h:128
static double cpu_time()
Returns the cpu time in seconds relative to an arbitrary origin.
Definition timers.h:128
GenTensor< TENSOR_RESULT_TYPE(R, Q)> general_transform(const GenTensor< R > &t, const Tensor< Q > c[])
Definition gentensor.h:274
bool nearlyEqual(double a, double b, double epsilon=1e-9)
Definition numerics.cc:11
void finalize()
Call this once at the very end of your main program instead of MPI_Finalize().
Definition world.cc:246
void norm_tree(World &world, const std::vector< Function< T, NDIM > > &v, bool fence=true)
Makes the norm tree for all functions in a vector.
Definition vmra.h:1252
std::vector< Function< TENSOR_RESULT_TYPE(T, R), NDIM > > transform(World &world, const std::vector< Function< T, NDIM > > &v, const Tensor< R > &c, bool fence=true)
Transforms a vector of functions according to new[i] = sum[j] old[j]*c[j,i].
Definition vmra.h:757
TreeState
Definition funcdefaults.h:59
@ nonstandard_after_apply
s and d coeffs, state after operator application
Definition funcdefaults.h:64
@ redundant_after_merge
s coeffs everywhere, must be summed up to yield the result
Definition funcdefaults.h:66
@ reconstructed
s coeffs at the leaves only
Definition funcdefaults.h:60
@ nonstandard
s and d coeffs in internal nodes
Definition funcdefaults.h:62
@ redundant
s coeffs everywhere
Definition funcdefaults.h:65
static Tensor< double > weights[max_npt+1]
Definition legendre.cc:99
int64_t Translation
Definition key.h:58
Key< NDIM > displacement(const Key< NDIM > &source, const Key< NDIM > &target)
given a source and a target, return the displacement in translation
Definition key.h:533
static const Slice _(0,-1, 1)
std::shared_ptr< FunctionFunctorInterface< double, 3 > > func(new opT(g))
void change_tensor_type(GenTensor< T > &t, const TensorArgs &targs)
change representation to targ.tt
Definition gentensor.h:284
int Level
Definition key.h:59
std::enable_if< std::is_base_of< ProjectorBase, projT >::value, OuterProjector< projT, projQ > >::type outer(const projT &p0, const projQ &p1)
Definition projector.h:457
static constexpr double NORM_TREE_UNCOMPUTED
Definition funcimpl.h:127
int RandomValue< int >()
Random int.
Definition ran.cc:250
bool has_data(const PropertyResults &p)
Definition Results.h:413
static constexpr double MUL_SCREENING_SAFETY
Definition funcimpl.h:132
static double pop(std::vector< double > &v)
Definition SCF.cc:116
void print(const T &t, const Ts &... ts)
Print items to std::cout (items separated by spaces) and terminate with a new line.
Definition print.h:227
Tensor< T > fcube(const Key< NDIM > &, T(*f)(const Vector< double, NDIM > &), const Tensor< double > &)
Definition mraimpl.h:2175
TensorType
low rank representations of tensors (see gentensor.h)
Definition gentensor.h:120
@ TT_2D
Definition gentensor.h:120
@ TT_FULL
Definition gentensor.h:120
NDIM & f
Definition mra.h:2622
void error(const char *msg)
Definition world.cc:147
NDIM const Function< R, NDIM > & g
Definition mra.h:2622
std::size_t hashT
The hash value type.
Definition worldhash.h:145
static const int kmax
Definition twoscale.cc:52
GenTensor< TENSOR_RESULT_TYPE(R, Q)> transform_dir(const GenTensor< R > &t, const Tensor< Q > &c, const int axis)
Definition lowranktensor.h:1106
Function< T, CCPairFunction< T, NDIM >::LDIM > inner(const CCPairFunction< T, NDIM > &c, const Function< T, CCPairFunction< T, NDIM >::LDIM > &f, const std::tuple< int, int, int > v1, const std::tuple< int, int, int > v2)
Definition ccpairfunction.h:993
void scale(World &world, std::vector< Function< T, NDIM > > &v, const std::vector< Q > &factors, bool fence=true)
Scales inplace a vector of functions by distinct values.
Definition vmra.h:873
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
std::string name(const FuncType &type, const int ex=-1)
Definition ccpairfunction.h:28
void mxmT(long dimi, long dimj, long dimk, T *MADNESS_RESTRICT c, const T *a, const T *b)
Matrix += Matrix * matrix transpose ... MKL interface version.
Definition mxm.h:225
Function< T, NDIM > copy(const Function< T, NDIM > &f, const std::shared_ptr< WorldDCPmapInterface< Key< NDIM > > > &pmap, bool fence=true)
Create a new copy of the function with different distribution and optional fence.
Definition mra.h:2187
static const int MAXK
The maximum wavelet order presently supported.
Definition funcdefaults.h:54
static long abs(long a)
Definition tensor.h:219
const double cc
Definition navstokes_cosines.cc:107
static const double b
Definition nonlinschro.cc:119
static const double d
Definition nonlinschro.cc:121
static const double a
Definition nonlinschro.cc:118
Defines simple templates for printing to std::cout "a la Python".
double Q(double a)
Definition relops.cc:20
static const double c
Definition relops.cc:10
static const double L
Definition rk.cc:46
static const double thresh
Definition rk.cc:45
Definition test_ar.cc:204
Key parent() const
Definition test_tree.cc:68
hashT hash() const
Definition test_dc.cc:54
Definition test_ccpairfunction.cc:22
given a ket and the 1- and 2-electron potentials, construct the function V phi
Definition funcimpl.h:4215
implT * result
where to construct Vphi, no need to track parents
Definition funcimpl.h:4223
bool have_v2() const
Definition funcimpl.h:4232
ctL iav1
Definition funcimpl.h:4227
Vphi_op_NS(implT *result, const opT &leaf_op, const ctT &iaket, const ctL &iap1, const ctL &iap2, const ctL &iav1, const ctL &iav2, const implT *eri)
Definition funcimpl.h:4241
ctL iap1
Definition funcimpl.h:4226
bool have_v1() const
Definition funcimpl.h:4231
std::pair< bool, coeffT > continue_recursion(const std::vector< bool > child_is_leaf, const tensorT &coeffs, const keyT &key) const
loop over all children and either insert their sum coeffs or continue the recursion
Definition funcimpl.h:4307
opT leaf_op
deciding if a given FunctionNode will be a leaf node
Definition funcimpl.h:4224
std::pair< coeffT, double > make_sum_coeffs(const keyT &key) const
make the sum coeffs for key
Definition funcimpl.h:4400
CoeffTracker< T, NDIM > ctT
Definition funcimpl.h:4220
ctL iap2
the particles 1 and 2 (exclusive with ket)
Definition funcimpl.h:4226
bool have_ket() const
Definition funcimpl.h:4230
const implT * eri
2-particle potential, must be on-demand
Definition funcimpl.h:4228
CoeffTracker< T, LDIM > ctL
Definition funcimpl.h:4221
std::pair< bool, coeffT > operator()(const Key< NDIM > &key) const
make and insert the coefficients into result's tree
Definition funcimpl.h:4252
void serialize(const Archive &ar)
serialize this (needed for use in recursive_op)
Definition funcimpl.h:4481
Vphi_op_NS< opT, LDIM > this_type
Definition funcimpl.h:4219
ctT iaket
the ket of a pair function (exclusive with p1, p2)
Definition funcimpl.h:4225
double compute_error_from_inaccurate_refinement(const keyT &key, const tensorT &ceri) const
the error is computed from the d coefficients of the constituent functions
Definition funcimpl.h:4353
void accumulate_into_result(const Key< NDIM > &key, const coeffT &coeff) const
Definition funcimpl.h:4235
this_type make_child(const keyT &child) const
Definition funcimpl.h:4452
tensorT eri_coeffs(const keyT &key) const
Definition funcimpl.h:4333
ctL iav2
potentials for particles 1 and 2
Definition funcimpl.h:4227
bool have_eri() const
Definition funcimpl.h:4233
this_type forward_ctor(implT *result1, const opT &leaf_op, const ctT &iaket1, const ctL &iap11, const ctL &iap21, const ctL &iav11, const ctL &iav21, const implT *eri1)
Definition funcimpl.h:4474
Vphi_op_NS()
Definition funcimpl.h:4240
Future< this_type > activate() const
Definition funcimpl.h:4463
bool randomize() const
Definition funcimpl.h:4217
add two functions f and g: result=alpha * f + beta * g
Definition funcimpl.h:3725
bool randomize() const
Definition funcimpl.h:3730
Future< this_type > activate() const
retrieve the coefficients (parent coeffs might be remote)
Definition funcimpl.h:3760
add_op(const ctT &f, const ctT &g, const double alpha, const double beta)
Definition funcimpl.h:3738
ctT f
tracking coeffs of first and second addend
Definition funcimpl.h:3733
double alpha
prefactor for f, g
Definition funcimpl.h:3735
add_op this_type
Definition funcimpl.h:3728
CoeffTracker< T, NDIM > ctT
Definition funcimpl.h:3727
void serialize(const Archive &ar)
Definition funcimpl.h:3772
ctT g
Definition funcimpl.h:3733
std::pair< bool, coeffT > operator()(const keyT &key) const
if we are at the bottom of the trees, return the sum of the coeffs
Definition funcimpl.h:3742
double beta
Definition funcimpl.h:3735
this_type make_child(const keyT &child) const
Definition funcimpl.h:3755
this_type forward_ctor(const ctT &f1, const ctT &g1, const double alpha, const double beta)
taskq-compatible ctor
Definition funcimpl.h:3768
Definition funcimpl.h:3311
opT op
Definition funcimpl.h:3314
opT::resultT resultT
Definition funcimpl.h:3312
Tensor< resultT > operator()(const Key< NDIM > &key, const Tensor< Q > &t) const
Definition funcimpl.h:3321
coeff_value_adaptor(const FunctionImpl< Q, NDIM > *impl_func, const opT &op)
Definition funcimpl.h:3317
const FunctionImpl< Q, NDIM > * impl_func
Definition funcimpl.h:3313
coeff_value_adaptor()=default
void serialize(Archive &ar)
Definition funcimpl.h:3330
merge the coefficent boxes of this into result's tree
Definition funcimpl.h:2527
Range< typename dcT::const_iterator > rangeT
Definition funcimpl.h:2528
do_accumulate_trees()=default
void serialize(const Archive &ar)
Definition funcimpl.h:2545
FunctionImpl< Q, NDIM > * result
Definition funcimpl.h:2529
do_accumulate_trees(FunctionImpl< Q, NDIM > &result, const T alpha)
Definition funcimpl.h:2532
T alpha
Definition funcimpl.h:2530
bool operator()(typename rangeT::iterator &it) const
return the norm of the difference of this node and its "mirror" node
Definition funcimpl.h:2536
"put" this on g
Definition funcimpl.h:2738
Range< typename dcT::const_iterator > rangeT
Definition funcimpl.h:2739
void serialize(const Archive &ar)
Definition funcimpl.h:2767
implT * g
Definition funcimpl.h:2741
do_average()
Definition funcimpl.h:2743
bool operator()(typename rangeT::iterator &it) const
iterator it points to this
Definition funcimpl.h:2747
do_average(implT &g)
Definition funcimpl.h:2744
change representation of nodes' coeffs to low rank, optional fence
Definition funcimpl.h:2771
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2772
void serialize(const Archive &ar)
Definition funcimpl.h:2795
TensorArgs targs
Definition funcimpl.h:2775
do_change_tensor_type(const TensorArgs &targs, implT &g)
Definition funcimpl.h:2781
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2784
implT * f
Definition funcimpl.h:2776
do_change_tensor_type()=default
check symmetry wrt particle exchange
Definition funcimpl.h:2444
Range< typename dcT::const_iterator > rangeT
Definition funcimpl.h:2445
double operator()(typename rangeT::iterator &it) const
return the norm of the difference of this node and its "mirror" node
Definition funcimpl.h:2451
do_check_symmetry_local()
Definition funcimpl.h:2447
void serialize(const Archive &ar)
Definition funcimpl.h:2514
double operator()(double a, double b) const
Definition funcimpl.h:2510
do_check_symmetry_local(const implT &f)
Definition funcimpl.h:2448
const implT * f
Definition funcimpl.h:2446
compute the norm of the wavelet coefficients
Definition funcimpl.h:4622
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:4623
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:4629
do_compute_snorm_and_dnorm(const FunctionCommonData< T, NDIM > &cdata)
Definition funcimpl.h:4626
const FunctionCommonData< T, NDIM > & cdata
Definition funcimpl.h:4625
Definition funcimpl.h:2798
TensorArgs targs
Definition funcimpl.h:2802
do_consolidate_buffer()=default
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2807
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2799
do_consolidate_buffer(const TensorArgs &targs)
Definition funcimpl.h:2806
void serialize(const Archive &ar)
Definition funcimpl.h:2811
Definition funcimpl.h:1557
double operator()(double val) const
Definition funcimpl.h:1563
double limit
Definition funcimpl.h:1558
do_convert_to_color(const double limit, const bool log)
Definition funcimpl.h:1562
bool log
Definition funcimpl.h:1559
do_convert_to_color()=default
static double lower()
Definition funcimpl.h:1560
compute the inner product of this range with other
Definition funcimpl.h:5948
do_dot_local(const FunctionImpl< R, NDIM > *other, const bool leaves_only)
Definition funcimpl.h:5953
bool leaves_only
Definition funcimpl.h:5950
typedef TENSOR_RESULT_TYPE(T, R) resultT
resultT operator()(resultT a, resultT b) const
Definition funcimpl.h:5981
const FunctionImpl< R, NDIM > * other
Definition funcimpl.h:5949
void serialize(const Archive &ar)
Definition funcimpl.h:5985
resultT operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:5955
functor for the gaxpy_inplace method
Definition funcimpl.h:1345
FunctionImpl< T, NDIM > * f
prefactor for current function impl
Definition funcimpl.h:1347
do_gaxpy_inplace(FunctionImpl< T, NDIM > *f, T alpha, R beta)
Definition funcimpl.h:1351
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:1352
R beta
prefactor for other function impl
Definition funcimpl.h:1349
void serialize(Archive &ar)
Definition funcimpl.h:1360
Range< typename FunctionImpl< Q, NDIM >::dcT::const_iterator > rangeT
Definition funcimpl.h:1346
T alpha
the current function impl
Definition funcimpl.h:1348
do_gaxpy_inplace()=default
Definition funcimpl.h:6870
const bool do_leaves
start with leaf nodes instead of initial_level
Definition funcimpl.h:6874
T operator()(T a, T b) const
Definition funcimpl.h:6892
do_inner_ext_local_ffi(const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > f, const implT *impl, const bool leaf_refine, const bool do_leaves)
Definition funcimpl.h:6876
void serialize(const Archive &ar)
Definition funcimpl.h:6896
const bool leaf_refine
Definition funcimpl.h:6873
const std::shared_ptr< FunctionFunctorInterface< T, NDIM > > fref
Definition funcimpl.h:6871
T operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:6880
const implT * impl
Definition funcimpl.h:6872
compute the inner product of this range with other
Definition funcimpl.h:5811
const FunctionImpl< T, NDIM > * bra
Definition funcimpl.h:5812
void serialize(const Archive &ar)
Definition funcimpl.h:5927
const FunctionImpl< R, NDIM > * ket
Definition funcimpl.h:5813
typedef TENSOR_RESULT_TYPE(T, R) resultT
bool leaves_only
Definition funcimpl.h:5814
do_inner_local_on_demand(const FunctionImpl< T, NDIM > *bra, const FunctionImpl< R, NDIM > *ket, const bool leaves_only=true)
Definition funcimpl.h:5817
resultT operator()(resultT a, resultT b) const
Definition funcimpl.h:5923
resultT operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:5820
compute the inner product of this range with other
Definition funcimpl.h:5750
resultT operator()(resultT a, resultT b) const
Definition funcimpl.h:5783
bool leaves_only
Definition funcimpl.h:5752
void serialize(const Archive &ar)
Definition funcimpl.h:5787
do_inner_local(const FunctionImpl< R, NDIM > *other, const bool leaves_only)
Definition funcimpl.h:5755
const FunctionImpl< R, NDIM > * other
Definition funcimpl.h:5751
resultT operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:5757
typedef TENSOR_RESULT_TYPE(T, R) resultT
keep only the sum coefficients in each node
Definition funcimpl.h:2398
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2399
do_keep_sum_coeffs(implT *impl)
constructor need impl for cdata
Definition funcimpl.h:2403
implT * impl
Definition funcimpl.h:2400
void serialize(const Archive &ar)
Definition funcimpl.h:2412
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2405
mirror dimensions of this, write result on f
Definition funcimpl.h:2672
do_map_and_mirror()=default
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2682
implT * f
Definition funcimpl.h:2676
std::vector< long > mirror
Definition funcimpl.h:2675
void serialize(const Archive &ar)
Definition funcimpl.h:2729
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2673
std::vector< long > map
Definition funcimpl.h:2675
do_map_and_mirror(const std::vector< long > map, const std::vector< long > mirror, implT &f)
Definition funcimpl.h:2679
map this on f
Definition funcimpl.h:2592
do_mapdim(const std::vector< long > map, implT &f)
Definition funcimpl.h:2599
void serialize(const Archive &ar)
Definition funcimpl.h:2615
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2593
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2601
std::vector< long > map
Definition funcimpl.h:2595
do_mapdim()
Definition funcimpl.h:2598
implT * f
Definition funcimpl.h:2596
merge the coefficient boxes of this into other's tree
Definition funcimpl.h:2556
bool operator()(typename rangeT::iterator &it) const
return the norm of the difference of this node and its "mirror" node
Definition funcimpl.h:2566
Range< typename dcT::const_iterator > rangeT
Definition funcimpl.h:2557
FunctionImpl< Q, NDIM > * other
Definition funcimpl.h:2558
do_merge_trees(const T alpha, const R beta, FunctionImpl< Q, NDIM > &other)
Definition funcimpl.h:2562
T alpha
Definition funcimpl.h:2559
do_merge_trees()
Definition funcimpl.h:2561
R beta
Definition funcimpl.h:2560
void serialize(const Archive &ar)
Definition funcimpl.h:2585
mirror dimensions of this, write result on f
Definition funcimpl.h:2622
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2631
implT * f
Definition funcimpl.h:2626
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2623
do_mirror()
Definition funcimpl.h:2628
do_mirror(const std::vector< long > mirror, implT &f)
Definition funcimpl.h:2629
void serialize(const Archive &ar)
Definition funcimpl.h:2665
std::vector< long > mirror
Definition funcimpl.h:2625
Definition funcimpl.h:5723
double operator()(typename dcT::const_iterator &it) const
Definition funcimpl.h:5724
void serialize(const Archive &ar)
Definition funcimpl.h:5739
double operator()(double a, double b) const
Definition funcimpl.h:5735
laziness
Definition funcimpl.h:4881
void serialize(Archive &ar)
Definition funcimpl.h:4890
Key< OPDIM > d
Definition funcimpl.h:4882
Key< OPDIM > key
Definition funcimpl.h:4882
keyT dest
Definition funcimpl.h:4883
double fac
Definition funcimpl.h:4884
do_op_args(const Key< OPDIM > &key, const Key< OPDIM > &d, const keyT &dest, double tol, double fac, double cnorm)
Definition funcimpl.h:4887
double cnorm
Definition funcimpl.h:4884
double tol
Definition funcimpl.h:4884
reduce the rank of the nodes, optional fence
Definition funcimpl.h:2418
do_reduce_rank(const TensorArgs &targs)
Definition funcimpl.h:2426
TensorArgs args
Definition funcimpl.h:2422
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2432
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2419
do_reduce_rank(const double &thresh)
Definition funcimpl.h:2427
void serialize(const Archive &ar)
Definition funcimpl.h:2438
Changes non-standard compressed form to standard compressed form.
Definition funcimpl.h:4845
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:4856
do_standard(implT *impl)
Definition funcimpl.h:4853
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:4846
void serialize(const Archive &ar)
Definition funcimpl.h:4873
implT * impl
Definition funcimpl.h:4849
given an NS tree resulting from a convolution, truncate leafs if appropriate
Definition funcimpl.h:2339
void serialize(const Archive &ar)
Definition funcimpl.h:2359
const implT * f
Definition funcimpl.h:2341
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2345
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2340
do_truncate_NS_leafs(const implT *f)
Definition funcimpl.h:2343
Definition funcimpl.h:2817
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2818
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2822
implT * impl
Definition funcimpl.h:2819
void serialize(const Archive &ar)
Definition funcimpl.h:2840
opT op
Definition funcimpl.h:2820
do_unary_op_value_inplace(implT *impl, const opT &op)
Definition funcimpl.h:2821
Hartree product of two LDIM functions to yield a NDIM = 2*LDIM function.
Definition funcimpl.h:3808
this_type forward_ctor(implT *result1, const ctL &p11, const ctL &p22, const leaf_opT &leaf_op)
Definition funcimpl.h:3864
bool randomize() const
Definition funcimpl.h:3809
void serialize(const Archive &ar)
Definition funcimpl.h:3868
hartree_op(implT *result, const ctL &p11, const ctL &p22, const leaf_opT &leaf_op)
Definition funcimpl.h:3820
CoeffTracker< T, LDIM > ctL
Definition funcimpl.h:3812
ctL p2
tracking coeffs of the two lo-dim functions
Definition funcimpl.h:3815
leaf_opT leaf_op
determine if a given node will be a leaf node
Definition funcimpl.h:3816
hartree_op()
Definition funcimpl.h:3819
implT * result
where to construct the pair function
Definition funcimpl.h:3814
hartree_op< LDIM, leaf_opT > this_type
Definition funcimpl.h:3811
std::pair< bool, coeffT > operator()(const Key< NDIM > &key) const
Definition funcimpl.h:3825
ctL p1
Definition funcimpl.h:3815
this_type make_child(const keyT &child) const
Definition funcimpl.h:3848
Future< this_type > activate() const
Definition funcimpl.h:3857
perform this multiplication: h(1,2) = f(1,2) * g(1)
Definition funcimpl.h:3616
multiply_op()
Definition funcimpl.h:3628
ctL g
Definition funcimpl.h:3625
Future< this_type > activate() const
Definition funcimpl.h:3707
CoeffTracker< T, LDIM > ctL
Definition funcimpl.h:3620
implT * h
the result function h(1,2) = f(1,2) * g(1)
Definition funcimpl.h:3623
CoeffTracker< T, NDIM > ctT
Definition funcimpl.h:3619
std::pair< bool, coeffT > operator()(const Key< NDIM > &key) const
apply this on a FunctionNode of f and g of Key key
Definition funcimpl.h:3655
this_type forward_ctor(implT *h1, const ctT &f1, const ctL &g1, const int particle)
Definition funcimpl.h:3714
static bool randomize()
Definition funcimpl.h:3618
int particle
if g is g(1) or g(2)
Definition funcimpl.h:3626
ctT f
Definition funcimpl.h:3624
multiply_op< LDIM > this_type
Definition funcimpl.h:3621
multiply_op(implT *h1, const ctT &f1, const ctL &g1, const int particle1)
Definition funcimpl.h:3630
bool screen(const coeffT &fcoeff, const coeffT &gcoeff, const keyT &key) const
return true if this will be a leaf node
Definition funcimpl.h:3636
this_type make_child(const keyT &child) const
Definition funcimpl.h:3697
void serialize(const Archive &ar)
Definition funcimpl.h:3718
Definition funcimpl.h:4094
coeffT val_lhs
Definition funcimpl.h:4095
double lo
Definition funcimpl.h:4098
double lo1
Definition funcimpl.h:4098
long oversampling
Definition funcimpl.h:4096
pointwise_multiplier()=default
double error
Definition funcimpl.h:4097
tensorT operator()(const Key< NDIM > key, const tensorT &coeff_rhs)
multiply values of rhs and lhs, result on rhs, rhs and lhs are of the same dimensions
Definition funcimpl.h:4113
coeffT coeff_lhs
Definition funcimpl.h:4095
void serialize(const Archive &ar)
Definition funcimpl.h:4201
double lo2
Definition funcimpl.h:4098
double hi1
Definition funcimpl.h:4098
pointwise_multiplier(const Key< NDIM > key, const coeffT &clhs)
Definition funcimpl.h:4101
coeffT operator()(const Key< NDIM > key, const tensorT &coeff_rhs, const int particle)
multiply values of rhs and lhs, result on rhs, rhs and lhs are of differnet dimensions
Definition funcimpl.h:4158
double hi2
Definition funcimpl.h:4098
double hi
Definition funcimpl.h:4098
project the low-dim function g on the hi-dim function f: result(x) = <f(x,y) | g(y)>
Definition funcimpl.h:7136
project_out_op(const implT *fimpl, implL1 *result, const ctL &iag, const int dim)
Definition funcimpl.h:7151
ctL iag
the low dim function g
Definition funcimpl.h:7146
FunctionImpl< T, NDIM-LDIM > implL1
Definition funcimpl.h:7141
Future< this_type > activate() const
retrieve the coefficients (parent coeffs might be remote)
Definition funcimpl.h:7230
std::pair< bool, coeffT > argT
Definition funcimpl.h:7142
const implT * fimpl
the hi dim function f
Definition funcimpl.h:7144
this_type forward_ctor(const implT *fimpl1, implL1 *result1, const ctL &iag1, const int dim1)
taskq-compatible ctor
Definition funcimpl.h:7237
this_type make_child(const keyT &child) const
Definition funcimpl.h:7221
project_out_op< LDIM > this_type
Definition funcimpl.h:7139
implL1 * result
the low dim result function
Definition funcimpl.h:7145
Future< argT > operator()(const Key< NDIM > &key) const
do the actual contraction
Definition funcimpl.h:7158
void serialize(const Archive &ar)
Definition funcimpl.h:7241
project_out_op(const project_out_op &other)
Definition funcimpl.h:7153
int dim
0: project 0..LDIM-1, 1: project LDIM..NDIM-1
Definition funcimpl.h:7147
bool randomize() const
Definition funcimpl.h:7137
CoeffTracker< T, LDIM > ctL
Definition funcimpl.h:7140
recursive part of recursive_apply
Definition funcimpl.h:5550
ctT iaf
Definition funcimpl.h:5558
recursive_apply_op2< opT > this_type
Definition funcimpl.h:5553
Future< this_type > activate() const
retrieve the coefficients (parent coeffs might be remote)
Definition funcimpl.h:5613
const opT * apply_op
need this for randomization
Definition funcimpl.h:5559
bool randomize() const
Definition funcimpl.h:5551
recursive_apply_op2(const recursive_apply_op2 &other)
Definition funcimpl.h:5566
void serialize(const Archive &ar)
Definition funcimpl.h:5629
argT finalize(const double kernel_norm, const keyT &key, const coeffT &coeff, const implT *r) const
sole purpose is to wait for the kernel norm, wrap it and send it back to caller
Definition funcimpl.h:5599
this_type make_child(const keyT &child) const
Definition funcimpl.h:5608
recursive_apply_op2()=default
recursive_apply_op2(implT *result, const ctT &iaf, const opT *apply_op)
Definition funcimpl.h:5563
std::pair< bool, coeffT > argT
Definition funcimpl.h:5555
implT * result
Definition funcimpl.h:5557
CoeffTracker< T, NDIM > ctT
Definition funcimpl.h:5554
argT operator()(const Key< NDIM > &key) const
send off the application of the operator
Definition funcimpl.h:5575
this_type forward_ctor(implT *result1, const ctT &iaf1, const opT *apply_op1)
taskq-compatible ctor
Definition funcimpl.h:5625
recursive part of recursive_apply
Definition funcimpl.h:5419
std::pair< bool, coeffT > operator()(const Key< NDIM > &key) const
make the NS-coefficients and send off the application of the operator
Definition funcimpl.h:5444
this_type forward_ctor(implT *r, const CoeffTracker< T, LDIM > &f1, const CoeffTracker< T, LDIM > &g1, const opT *apply_op1)
Definition funcimpl.h:5509
opT * apply_op
Definition funcimpl.h:5427
recursive_apply_op(const recursive_apply_op &other)
Definition funcimpl.h:5437
recursive_apply_op< opT, LDIM > this_type
Definition funcimpl.h:5422
Future< this_type > activate() const
Definition funcimpl.h:5502
bool randomize() const
Definition funcimpl.h:5420
implT * result
Definition funcimpl.h:5424
CoeffTracker< T, LDIM > iaf
Definition funcimpl.h:5425
void serialize(const Archive &ar)
Definition funcimpl.h:5514
recursive_apply_op()=default
std::pair< bool, coeffT > finalize(const double kernel_norm, const keyT &key, const coeffT &coeff) const
sole purpose is to wait for the kernel norm, wrap it and send it back to caller
Definition funcimpl.h:5484
recursive_apply_op(implT *result, const CoeffTracker< T, LDIM > &iaf, const CoeffTracker< T, LDIM > &iag, const opT *apply_op)
Definition funcimpl.h:5431
this_type make_child(const keyT &child) const
Definition funcimpl.h:5493
CoeffTracker< T, LDIM > iag
Definition funcimpl.h:5426
remove all coefficients of internal nodes
Definition funcimpl.h:2364
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2365
remove_internal_coeffs()=default
constructor need impl for cdata
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2370
void serialize(const Archive &ar)
Definition funcimpl.h:2376
remove all coefficients of leaf nodes
Definition funcimpl.h:2381
bool operator()(typename rangeT::iterator &it) const
Definition funcimpl.h:2387
remove_leaf_coeffs()=default
constructor need impl for cdata
void serialize(const Archive &ar)
Definition funcimpl.h:2392
Range< typename dcT::iterator > rangeT
Definition funcimpl.h:2382
Definition funcimpl.h:4694
void serialize(Archive &ar)
Definition funcimpl.h:4698
bool operator()(const implT *f, const keyT &key, const nodeT &t) const
Definition funcimpl.h:4695
shallow-copy, pared-down version of FunctionNode, for special purpose only
Definition funcimpl.h:772
coeffT & coeff()
Definition funcimpl.h:786
GenTensor< T > coeffT
Definition funcimpl.h:773
bool is_leaf() const
Definition funcimpl.h:788
void serialize(Archive &ar)
Definition funcimpl.h:790
ShallowNode(const ShallowNode< T, NDIM > &node)
Definition funcimpl.h:781
ShallowNode(const FunctionNode< T, NDIM > &node)
Definition funcimpl.h:778
bool has_children() const
Definition funcimpl.h:787
ShallowNode()
Definition funcimpl.h:777
bool _has_children
Definition funcimpl.h:775
double dnorm
Definition funcimpl.h:776
const coeffT & coeff() const
Definition funcimpl.h:785
coeffT _coeffs
Definition funcimpl.h:774
TensorArgs holds the arguments for creating a LowRankTensor.
Definition gentensor.h:134
double thresh
Definition gentensor.h:135
TensorType tt
Definition gentensor.h:136
const uniqueidT & id() const
Returns the globally unique object ID.
Definition world_object.h:424
inserts/accumulates coefficients into impl's tree
Definition funcimpl.h:739
FunctionImpl< T, NDIM > * impl
Definition funcimpl.h:743
FunctionNode< T, NDIM > nodeT
Definition funcimpl.h:741
accumulate_op(const accumulate_op &other)=default
void operator()(const Key< NDIM > &key, const coeffT &coeff, const bool &is_leaf) const
Definition funcimpl.h:747
void serialize(Archive &ar)
Definition funcimpl.h:751
GenTensor< T > coeffT
Definition funcimpl.h:740
accumulate_op(FunctionImpl< T, NDIM > *f)
Definition funcimpl.h:745
static void load(const Archive &ar, FunctionImpl< T, NDIM > *&ptr)
Definition funcimpl.h:7463
static void load(const Archive &ar, const FunctionImpl< T, NDIM > *&ptr)
Definition funcimpl.h:7432
static void load(const Archive &ar, std::shared_ptr< FunctionImpl< T, NDIM > > &ptr)
Definition funcimpl.h:7514
static void load(const Archive &ar, std::shared_ptr< const FunctionImpl< T, NDIM > > &ptr)
Definition funcimpl.h:7498
Default load of an object via serialize(ar, t).
Definition archive.h:667
static void load(const A &ar, const U &t)
Load an object.
Definition archive.h:679
static void store(const Archive &ar, FunctionImpl< T, NDIM > *const &ptr)
Definition funcimpl.h:7488
static void store(const Archive &ar, const FunctionImpl< T, NDIM > *const &ptr)
Definition funcimpl.h:7454
static void store(const Archive &ar, const std::shared_ptr< FunctionImpl< T, NDIM > > &ptr)
Definition funcimpl.h:7523
static void store(const Archive &ar, const std::shared_ptr< const FunctionImpl< T, NDIM > > &ptr)
Definition funcimpl.h:7507
Default store of an object via serialize(ar, t).
Definition archive.h:612
static std::enable_if_t< is_output_archive_v< A > &&!std::is_function< U >::value &&(has_member_serialize_v< U, A >||has_nonmember_serialize_v< U, A >||has_freestanding_serialize_v< U, A >||has_freestanding_default_serialize_v< U, A >), void > store(const A &ar, const U &t)
Definition archive.h:622
Definition funcimpl.h:633
void serialize(Archive &ar)
Definition funcimpl.h:697
const opT * op
Definition funcimpl.h:640
hartree_convolute_leaf_op(const implT *f, const implL *g, const opT *op)
Definition funcimpl.h:644
bool operator()(const Key< NDIM > &key) const
no pre-determination
Definition funcimpl.h:648
hartree_convolute_leaf_op()=default
bool operator()(const Key< NDIM > &key, const Tensor< T > &fcoeff, const Tensor< T > &gcoeff) const
post-determination: true if f is a leaf and the result is well-represented
Definition funcimpl.h:661
const implL * g
Definition funcimpl.h:639
const FunctionImpl< T, NDIM > * f
Definition funcimpl.h:638
FunctionImpl< T, LDIM > implL
Definition funcimpl.h:636
bool do_error_leaf_op() const
Definition funcimpl.h:641
FunctionImpl< T, NDIM > implT
Definition funcimpl.h:635
bool operator()(const Key< NDIM > &key, const GenTensor< T > &coeff) const
no post-determination
Definition funcimpl.h:651
returns true if the result of a hartree_product is a leaf node (compute norm & error)
Definition funcimpl.h:523
hartree_leaf_op()=default
bool do_error_leaf_op() const
Definition funcimpl.h:528
const FunctionImpl< T, NDIM > * f
Definition funcimpl.h:526
hartree_leaf_op(const implT *f, const long &k)
Definition funcimpl.h:531
long k
Definition funcimpl.h:527
void serialize(Archive &ar)
Definition funcimpl.h:579
bool operator()(const Key< NDIM > &key, const GenTensor< T > &coeff) const
no post-determination
Definition funcimpl.h:537
bool operator()(const Key< NDIM > &key, const Tensor< T > &fcoeff, const Tensor< T > &gcoeff) const
post-determination: true if f is a leaf and the result is well-represented
Definition funcimpl.h:547
bool operator()(const Key< NDIM > &key) const
no pre-determination
Definition funcimpl.h:534
FunctionImpl< T, NDIM > implT
Definition funcimpl.h:525
insert/replaces the coefficients into the function
Definition funcimpl.h:715
insert_op()
Definition funcimpl.h:722
implT * impl
Definition funcimpl.h:721
void operator()(const keyT &key, const coeffT &coeff, const bool &is_leaf) const
Definition funcimpl.h:725
FunctionNode< T, NDIM > nodeT
Definition funcimpl.h:719
Key< NDIM > keyT
Definition funcimpl.h:717
insert_op(const insert_op &other)
Definition funcimpl.h:724
FunctionImpl< T, NDIM > implT
Definition funcimpl.h:716
GenTensor< T > coeffT
Definition funcimpl.h:718
insert_op(implT *f)
Definition funcimpl.h:723
void serialize(Archive &ar)
Definition funcimpl.h:729
Definition funcimpl.h:703
bool operator()(const Key< NDIM > &key, const GenTensor< T > &fcoeff, const GenTensor< T > &gcoeff) const
Definition funcimpl.h:705
void serialize(Archive &ar)
Definition funcimpl.h:709
void operator()(const Key< NDIM > &key, const GenTensor< T > &coeff, const bool &is_leaf) const
Definition funcimpl.h:704
Definition funcimpl.h:587
bool operator()(const Key< NDIM > &key, const double &cnorm) const
post-determination: return true if operator and coefficient norms are small
Definition funcimpl.h:608
void serialize(Archive &ar)
Definition funcimpl.h:623
const implT * f
the source or result function, needed for truncate_tol
Definition funcimpl.h:591
op_leaf_op(const opT *op, const implT *f)
Definition funcimpl.h:595
FunctionImpl< T, NDIM > implT
Definition funcimpl.h:588
const opT * op
the convolution operator
Definition funcimpl.h:590
bool do_error_leaf_op() const
Definition funcimpl.h:592
bool operator()(const Key< NDIM > &key) const
pre-determination: we can't know if this will be a leaf node before we got the final coeffs
Definition funcimpl.h:598
bool operator()(const Key< NDIM > &key, const GenTensor< T > &coeff) const
post-determination: return true if operator and coefficient norms are small
Definition funcimpl.h:601
Definition lowrankfunction.h:336
Definition funcimpl.h:759
void serialize(Archive &ar)
Definition funcimpl.h:766
bool operator()(const Key< NDIM > &key, const T &t, const R &r) const
Definition funcimpl.h:765
bool operator()(const Key< NDIM > &key, const T &t) const
Definition funcimpl.h:762
int np
Definition tdse1d.cc:165
static const double s0
Definition tdse4.cc:83
Defines and implements most of Tensor.
#define ITERATOR(t, exp)
Definition tensor_macros.h:249
#define IND
Definition tensor_macros.h:204
#define TERNARY_OPTIMIZED_ITERATOR(X, x, Y, y, Z, z, exp)
Definition tensor_macros.h:719
AtomicInt sum
Definition test_atomicint.cc:46
double norm(const T i1)
Definition test_cloud.cc:85
int task(int i)
Definition test_runtime.cpp:4
void e()
Definition test_sig.cc:75
static double g1(const Vector< double, D > &r)
Definition test_state_archive_hdf5.cpp:34
static const double alpha
Definition testcosine.cc:10
const double offset
Definition testfuns.cc:143
constexpr std::size_t NDIM
Definition testgconv.cc:54
double h(const coord_1d &r)
Definition testgconv.cc:175
std::size_t axis
Definition testpdiff.cc:59
double source(const coordT &r)
Definition testperiodic.cc:48
#define TENSOR_RESULT_TYPE(L, R)
This macro simplifies access to TensorResultType.
Definition type_data.h:205
#define PROFILE_MEMBER_FUNC(classname)
Definition worldprofile.h:210
#define PROFILE_BLOCK(name)
Definition worldprofile.h:208
int ProcessID
Used to clearly identify process number/rank.
Definition worldtypes.h:43