|
Grid 0.7.0
|
#include <algorithm>#include <iostream>#include <iomanip>#include <fstream>#include <map>#include <unistd.h>#include <sys/utsname.h>#include <pwd.h>Go to the source code of this file.
Macros | |
| #define | dump_meta_data(field, s) |
Typedefs | |
| typedef GaugeStatistics< PeriodicGimplD > | PeriodicGaugeStatistics |
| typedef GaugeStatistics< ConjugateGimplD > | ConjugateGaugeStatistics |
| template<typename vtype> | |
| using | iLorentzColour2x3 |
| typedef iLorentzColour2x3< Complex > | LorentzColour2x3 |
| typedef iLorentzColour2x3< ComplexF > | LorentzColour2x3F |
| typedef iLorentzColour2x3< ComplexD > | LorentzColour2x3D |
| template<typename vtype> | |
| using | iLorentzColourNx2N |
| typedef iLorentzColourNx2N< ComplexF > | LorentzColourNx2NF |
| typedef iLorentzColourNx2N< ComplexD > | LorentzColourNx2ND |
Enumerations | |
| enum struct | FloatingPointFormat { IEEE64BIG , IEEE32BIG } |
| enum struct | MatrixFormat { FULL , REDUCED } |
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class vobj> | |
| static std::string | getFormatString (void) |
| void | GridMetaData (GridBase *grid, FieldMetaData &header) |
| void | MachineCharacteristics (FieldMetaData &header) |
| template<class vobj> | |
| void | PrepareMetaData (Lattice< vobj > &field, FieldMetaData &header) |
| template<> | |
| void | PrepareMetaData< vLorentzColourMatrixD > (Lattice< vLorentzColourMatrixD > &field, FieldMetaData &header) |
| void | reconstruct3 (LorentzColourMatrix &cm) |
| void | reconstructSU (LorentzColourMatrix &cm) |
| bool | is_perm_even (std::vector< int > &v) |
| void | unique_reconstructSU (LorentzColourMatrix &cm) |
| void | reconstructSp (LorentzColourMatrix &cm) |
| NAMESPACE_END (Grid) | |
| #define dump_meta_data | ( | field, | |
| s ) |
Definition at line 144 of file MetaData.h.
Referenced by NerscIO::writeHeader().
Definition at line 190 of file MetaData.h.
Definition at line 191 of file MetaData.h.
| using iLorentzColour2x3 |
Definition at line 348 of file MetaData.h.
| typedef iLorentzColour2x3<Complex> LorentzColour2x3 |
Definition at line 349 of file MetaData.h.
| typedef iLorentzColour2x3<ComplexF> LorentzColour2x3F |
Definition at line 350 of file MetaData.h.
| typedef iLorentzColour2x3<ComplexD> LorentzColour2x3D |
Definition at line 351 of file MetaData.h.
| using iLorentzColourNx2N |
Definition at line 354 of file MetaData.h.
| typedef iLorentzColourNx2N<ComplexF> LorentzColourNx2NF |
Definition at line 355 of file MetaData.h.
| typedef iLorentzColourNx2N<ComplexD> LorentzColourNx2ND |
Definition at line 356 of file MetaData.h.
|
strong |
| Enumerator | |
|---|---|
| IEEE64BIG | |
| IEEE32BIG | |
Definition at line 551 of file MetaData.h.
|
strong |
| Enumerator | |
|---|---|
| FULL | |
| REDUCED | |
Definition at line 552 of file MetaData.h.
| NAMESPACE_BEGIN | ( | Grid | ) |
|
static |
Definition at line 45 of file MetaData.h.
Referenced by PrepareMetaData(), and PrepareMetaData< vLorentzColourMatrixD >().
|
inline |
Definition at line 107 of file MetaData.h.
References GridBase::_fdimensions, CartesianCommunicator::_ndimension, and header.
Referenced by PrepareMetaData(), PrepareMetaData< vLorentzColourMatrixD >(), NerscIO::writeConfiguration(), and NerscIO::writeRNGState().
|
inline |
Definition at line 122 of file MetaData.h.
References header.
Referenced by PrepareMetaData(), PrepareMetaData< vLorentzColourMatrixD >(), NerscIO::writeConfiguration(), and NerscIO::writeRNGState().
|
inline |
Definition at line 171 of file MetaData.h.
References getFormatString(), Lattice< vobj >::Grid(), GridMetaData(), header, and MachineCharacteristics().
|
inline |
Definition at line 192 of file MetaData.h.
References getFormatString(), Lattice< vobj >::Grid(), GridMetaData(), header, and MachineCharacteristics().
|
inline |
Definition at line 205 of file MetaData.h.
Referenced by Gauge3x2munger< fobj, sobj >::operator()().
|
inline |
Definition at line 229 of file MetaData.h.
References adj(), Determinant(), Nc, Nd, peekIndex(), and pokeIndex().
Referenced by GaugeSUmunger< fobj, sobj, false >::operator()().
|
inline |
Definition at line 256 of file MetaData.h.
Referenced by unique_reconstructSU().
|
inline |
Definition at line 292 of file MetaData.h.
References conjugate(), is_perm_even(), Nc, Nd, and perm.
Referenced by GaugeSUmunger< fobj, sobj, true >::operator()().
|
inline |
Definition at line 332 of file MetaData.h.
Referenced by GaugeSpmunger< fobj, sobj >::operator()().
| NAMESPACE_END | ( | Grid | ) |