atom_mapping< T > Struct Template Reference

LibRPA: atom_mapping< T > Struct Template Reference
LibRPA
atom_mapping< T > Struct Template Reference

mapping from atom entries to data More...

#include <atoms.h>

Public Types

typedef T non_t
 
typedef map< atom_t, T > single_t
 mapping between single atom and data
 
typedef map< atpair_t, T > pair_t
 mapping between atom pair and data
 
typedef map< pair< atom_t, atpair_t >, T > tri_t
 mapping between tri-atom group and data
 
typedef map< atom_t, map< atom_t, T > > pair_t_old
 mapping between atom pair and data. Nested map, old style
 
typedef map< atom_t, map< atom_t, map< atom_t, T > > > tri_t_old
 mapping between tri-atom group and data. Nested map, old style
 

Detailed Description

template<typename T>
struct atom_mapping< T >

mapping from atom entries to data


The documentation for this struct was generated from the following file: