|
CHROMA
|
Write out a configuration written by SZIN up to configuration version 7. More...
#include "chromabase.h"#include "io/szin_io.h"#include "io/writeszin.h"#include "qdp_util.h"#include <string>Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
Functions | |
| static void | Chroma::writeSzinHeader (BinaryWriter &cfg_out, const SzinGauge_t &header) |
| Write a SZIN header to a binary file. More... | |
| void | Chroma::writeSzin (const SzinGauge_t &header, const multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Write a SZIN configuration file. More... | |
| void | Chroma::writeSzin (XMLBufferWriter &xml, multi1d< LatticeColorMatrix > &u, const std::string &cfg_file) |
| Write a SZIN configuration file. More... | |
| void | Chroma::writeSzinTrunc (const SzinGauge_t &header0, const multi1d< LatticeColorMatrix > &u, int j_decay, int t_start, int t_end, const std::string &cfg_file) |
| Write a truncated SZIN configuration file. More... | |
| void | Chroma::writeSzinReplica (SzinGauge_t &header, const multi1d< LatticeColorMatrix > &u, int j_decay, int n_replica, const std::string &cfg_file) |
| Write a replicated (in time direction) SZIN configuration file. More... | |
Write out a configuration written by SZIN up to configuration version 7.
Definition in file writeszin.cc.