|
QDP++
|
NERSC Gauge Connection Archive gauge support. More...
Go to the source code of this file.
Classes | |
| struct | QDP::ArchivGauge_t |
| NERSC Archive gauge field header. More... | |
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| void | QDP::read (XMLReader &xml, const std::string &path, ArchivGauge_t &header) |
| Source header read. | |
| void | QDP::write (XMLWriter &xml, const std::string &path, const ArchivGauge_t &header) |
| Source header writer. | |
| n_uint32_t | QDP::computeChecksum (const multi1d< LatticeColorMatrix > &u, int mat_size) |
| Compute simple NERSC-like checksum of a gauge field. | |
| void | QDP::readArchiv (ArchivGauge_t &header, multi1d< LatticeColorMatrix > &u, const std::string &file) |
| Reads a NERSC Gauge Connection Archive format gauge field. | |
| void | QDP::readArchiv (XMLReader &xml, multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Reads a NERSC Gauge Connection Archive gauge configuration file. | |
| void | QDP::readArchiv (multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Reads a NERSC Gauge Connection Archive gauge configuration file. | |
| void | QDP::writeArchiv (ArchivGauge_t &header, const multi1d< LatticeColorMatrix > &u, const std::string &file) |
| Writes a NERSC Gauge Connection Archive gauge configuration file. | |
| void | QDP::writeArchiv (XMLBufferWriter &xml, const multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Writes a NERSC Gauge Connection Archive gauge configuration file. | |
| void | QDP::writeArchiv (const multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Writes a NERSC Gauge Connection Archive gauge configuration file. | |
NERSC Gauge Connection Archive gauge support.
Functions for reading and writing gauge fields in NERSC Gauge Connection Archive format.
See http://qcd.nersc.gov/ for details.
Definition in file qdp_iogauge.h.