|
QDP++
|
Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| multi1d< int > | QDP::crtesn (int ipos, const multi1d< int > &latt_size) |
| Decompose a lexicographic site into coordinates. | |
| int | QDP::local_site (const multi1d< int > &coord, const multi1d< int > &latt_size) |
| Calculates the lexicographic site index from the coordinate of a site. | |
| multi1d< int > | QDP::uniquify_list (const multi1d< int > &ll) |
| Unique-ify a list. | |
| void | QDP::initDefaultSets () |
| Initializer for sets. | |
| void | QDP::initDefaultMaps () |
| Initializer for maps. | |