Read a CPPACS gauge configuration.
More...
#include "chromabase.h"
#include "io/cppacs_io.h"
#include "io/readcppacs.h"
#include "qdp_util.h"
Go to the source code of this file.
|
| | Chroma |
| | Asqtad Staggered-Dirac operator.
|
| |
|
| #define | NBC 144 /* = 8*2*3*3 = number of bytes to copy */ |
| |
| #define | NBK 0 /* = 8*2*3*0 = number of bytes to skip */ |
| |
| #define | NBS 576 /* = 8*2*3*3*4 = number of bytes for each site */ |
| |
|
| void | Chroma::readCPPACS (CPPACSGauge_t &header, multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| | Read a CPPACCPPACS configuration file. More...
|
| |
| void | Chroma::readCPPACS (XMLReader &xml, multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| | Read a CPPACS configuration file. More...
|
| |
Read a CPPACS gauge configuration.
Definition in file readcppacs.cc.
◆ NBC
| #define NBC 144 /* = 8*2*3*3 = number of bytes to copy */ |
◆ NBK
| #define NBK 0 /* = 8*2*3*0 = number of bytes to skip */ |
◆ NBS
| #define NBS 576 /* = 8*2*3*3*4 = number of bytes for each site */ |