MADNESS
0.10.1
|
POD holding all electron pairs with easy access. More...
Public Types | |
typedef std::map< std::pair< int, int >, T > | pairmapT |
Public Member Functions | |
void | insert (int i, int j, T pair) |
setter More... | |
T & | operator() (int i, int j) |
getter More... | |
const T & | operator() (int i, int j) const |
getter More... | |
Public Attributes | |
pairmapT | allpairs |
POD holding all electron pairs with easy access.
typedef std::map<std::pair<int, int>, T> madness::MP2::Pairs< T >::pairmapT |
|
inline |
setter
References madness::MP2::Pairs< T >::allpairs.
|
inline |
getter
References madness::MP2::Pairs< T >::allpairs.
|
inline |
getter
References madness::MP2::Pairs< T >::allpairs.
pairmapT madness::MP2::Pairs< T >::allpairs |
Referenced by madness::MP2::Pairs< T >::insert(), and madness::MP2::Pairs< T >::operator()().