26 QDPIO::cerr <<
"readKYU - only supports Nc=3" << std::endl;
30 BinaryFileReader cfg_in(cfg_file);
46 for(
int col=0; col < 3; ++col)
47 for(
int row=0; row < 3; ++row)
53 cmplx(LatticeReal(re),LatticeReal(im)),
77 QDPIO::cerr <<
"writeKYU - only supports Nc=3" << std::endl;
81 BinaryFileWriter cfg_out(cfg_file);
98 for(
int col=0; col < 3; ++col)
99 for(
int row=0; row < 3; ++row)
101 lc = peekColor(
u[
mu], row, col);
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
void writeKYU(const multi1d< LatticeColorMatrix > &u, const std::string &cfg_file)
Write a Kentucky gauge configuration.
void readKYU(multi1d< LatticeColorMatrix > &u, const std::string &cfg_file)
Read a Kentucky gauge configuration.
Read/write a KYU gauge configuration.
Asqtad Staggered-Dirac operator.
static multi1d< LatticeColorMatrix > u
multi1d< LatticeComplex > lc(Ncb)