#include <SCFOperators.h>
|
| Exchange (World &world, const double lo, const double thresh=FunctionDefaults< NDIM >::get_thresh()) |
| default ctor More...
|
|
| Exchange (World &world, const Nemo *nemo, const int ispin) |
| ctor with a nemo calculation More...
|
|
| Exchange (World &world, const SCF *calc, const int ispin) |
| ctor with a conventional calculation More...
|
|
std::string | info () const |
| print some information about this operator More...
|
|
bool | is_symmetric () const |
|
T | operator() (const Function< T, NDIM > &bra, const Function< T, NDIM > &ket) const |
| compute the matrix element <bra | K | ket> More...
|
|
Function< T, NDIM > | operator() (const Function< T, NDIM > &ket) const |
|
Tensor< T > | operator() (const vecfuncT &vbra, const vecfuncT &vket) const |
| compute the matrix < vbra | K | vket > More...
|
|
vecfuncT | operator() (const vecfuncT &vket) const |
| apply the exchange operator on a vector of functions More...
|
|
Exchange & | set_algorithm (const Algorithm &alg) |
|
Exchange & | set_bra_and_ket (const vecfuncT &bra, const vecfuncT &ket) |
|
Exchange & | set_printlevel (const long &level) |
|
Exchange & | set_symmetric (const bool flag) |
|
Exchange & | set_taskq (std::shared_ptr< MacroTaskQ > taskq1) |
|
| SCFOperatorBase ()=default |
|
| SCFOperatorBase (std::shared_ptr< MacroTaskQ > taskq) |
|
virtual | ~SCFOperatorBase () |
|
◆ functionT
template<typename T , std::size_t NDIM>
◆ implT
template<typename T , std::size_t NDIM>
◆ tensorT
template<typename T , std::size_t NDIM>
◆ vecfuncT
template<typename T , std::size_t NDIM>
◆ Algorithm
template<typename T , std::size_t NDIM>
Enumerator |
---|
small_memory | |
large_memory | |
multiworld_efficient | |
◆ Exchange() [1/3]
template<typename T , std::size_t NDIM>
◆ Exchange() [2/3]
template<typename T , std::size_t NDIM>
ctor with a conventional calculation
◆ Exchange() [3/3]
template<typename T , std::size_t NDIM>
ctor with a nemo calculation
◆ info()
template<typename T , std::size_t NDIM>
◆ is_symmetric()
template<typename T , std::size_t NDIM>
◆ operator()() [1/4]
template<typename T , std::size_t NDIM>
◆ operator()() [2/4]
template<typename T , std::size_t NDIM>
◆ operator()() [3/4]
template<typename T , std::size_t NDIM>
◆ operator()() [4/4]
template<typename T , std::size_t NDIM>
apply the exchange operator on a vector of functions
note that only one spin is used (either alpha or beta orbitals)
- Parameters
-
[in] | vket | the orbitals |i> that the operator is applied on |
- Returns
- a vector of orbitals K| i>
Implements madness::SCFOperatorBase< T, NDIM >.
◆ set_algorithm()
template<typename T , std::size_t NDIM>
◆ set_bra_and_ket()
template<typename T , std::size_t NDIM>
◆ set_printlevel()
template<typename T , std::size_t NDIM>
◆ set_symmetric()
template<typename T , std::size_t NDIM>
◆ set_taskq()
template<typename T , std::size_t NDIM>
◆ impl
template<typename T , std::size_t NDIM>
The documentation for this class was generated from the following files: