|
MADNESS 0.10.1
|
#include <CCStructures.h>


Public Types | |
| typedef std::tuple< const std::vector< int > &, const CC_vecfunction &, const std::vector< CCPair > &, const CC_vecfunction &, const std::vector< CCPair > &, const int &, const Info & > | argtupleT |
| using | resultT = std::tuple< std::vector< real_function_3d >, std::vector< real_function_3d > > |
Public Member Functions | |
| MacroTaskSinglesPotentialEx () | |
| resultT | allocator (World &world, const argtupleT &argtuple) const |
| resultT | operator() (const std::vector< int > &result_index, const CC_vecfunction &singles_gs, const std::vector< CCPair > &doubles_gs, const CC_vecfunction &singles_ex, const std::vector< CCPair > &doubles_ex, const int &name, const Info &info) |
| convenience function | |
Public Member Functions inherited from madness::MacroTaskOperationBase | |
| MacroTaskOperationBase () | |
Public Attributes | |
| std::string | basename ="SinglesPotentialEx" |
Public Attributes inherited from madness::MacroTaskOperationBase | |
| Batch | batch |
| std::string | name ="unknown_task" |
| std::shared_ptr< MacroTaskPartitioner > | partitioner =0 |
| World * | subworld_ptr =0 |
| typedef std::tuple< const std::vector<int>&, const CC_vecfunction&, const std::vector<CCPair>&, const CC_vecfunction&, const std::vector<CCPair>&, const int&, const Info& > madness::MacroTaskSinglesPotentialEx::argtupleT |
| using madness::MacroTaskSinglesPotentialEx::resultT = std::tuple<std::vector<real_function_3d>,std::vector<real_function_3d> > |
|
inline |
| std::tuple< std::vector< real_function_3d >, std::vector< real_function_3d > > madness::MacroTaskSinglesPotentialEx::operator() | ( | const std::vector< int > & | result_index, |
| const CC_vecfunction & | singles_gs, | ||
| const std::vector< CCPair > & | doubles_gs, | ||
| const CC_vecfunction & | singles_ex, | ||
| const std::vector< CCPair > & | doubles_ex, | ||
| const int & | name, | ||
| const Info & | info | ||
| ) |
| std::string madness::MacroTaskSinglesPotentialEx::basename ="SinglesPotentialEx" |
Referenced by allocator().