ThresholdedScreener is a Screener equipped with a (mutable) real threshold.
|
| ThresholdedScreener ()=default |
|
| ThresholdedScreener (ThresholdedScreener const &)=default |
|
| ThresholdedScreener (ThresholdedScreener &&)=default |
|
ThresholdedScreener & | operator= (ThresholdedScreener &&)=default |
|
ThresholdedScreener & | operator= (ThresholdedScreener const &)=default |
|
virtual | ~ThresholdedScreener () noexcept=default |
|
| ThresholdedScreener (double thresh, double thresh_cluster) |
|
| ThresholdedScreener (double thresh) |
|
virtual double | skip_threshold () const |
|
virtual double | skip_threshold_cluster () const |
|
virtual void | set_skip_threshold (double thresh) |
|
virtual void | set_skip_threshold_cluster (double thresh) |
|
| Screener ()=default |
|
| Screener (Screener const &)=default |
|
| Screener (Screener &&)=default |
|
Screener & | operator= (Screener &&)=default |
|
Screener & | operator= (Screener const &)=default |
|
virtual | ~Screener () noexcept=default |
|
virtual std::tuple< TA::Tensor< float >, bool > | norm_estimate (madness::World &world, gaussian::BasisRefVector const &bs_array, TA::Pmap const &pmap, bool replicate=false) const |
| estimates norms for the tensor defined by a set of bases, in presence of symmetry described by a math::PetiteList object. More...
|
|
virtual bool | skip (int64_t) const |
|
virtual bool | skip (int64_t, int64_t) const |
|
virtual bool | skip (int64_t, int64_t, int64_t) const |
|
virtual bool | skip (int64_t, int64_t, int64_t, double) const |
|
virtual bool | skip (int64_t, int64_t, int64_t, int64_t) const |
|
virtual bool | skip (int64_t, int64_t, int64_t, int64_t, double) const |
|
virtual bool | skip_shell (int64_t) const |
|
virtual bool | skip_shell (int64_t, int64_t) const |
|
virtual bool | skip_shell (int64_t, int64_t, int64_t) const |
|
virtual bool | skip_shell (int64_t, int64_t, int64_t, double) const |
|
virtual bool | skip_shell (int64_t, int64_t, int64_t, int64_t) const |
|
virtual bool | skip_shell (int64_t, int64_t, int64_t, int64_t, double) const |
|
virtual bool | skip_cluster (int64_t) const |
|
virtual bool | skip_cluster (int64_t, int64_t) const |
|
virtual bool | skip_cluster (int64_t, int64_t, int64_t) const |
|
virtual bool | skip_cluster (int64_t, int64_t, int64_t, double) const |
|
virtual bool | skip_cluster (int64_t, int64_t, int64_t, int64_t) const |
|
virtual bool | skip_cluster (int64_t, int64_t, int64_t, int64_t, double) const |
|