|
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 | |
| T & | operator() (int i, int j) |
| getter | |
| const T & | operator() (int i, int j) const |
| getter | |
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 |