|
Grid 0.7.0
|
#include <GaugeImplTypes.h>
Public Types | |
| typedef S | Simd |
| typedef Simd::scalar_type | scalar_type |
| typedef scalar_type | Scalar |
| template<typename vtype> | |
| using | iImplScalar |
| template<typename vtype> | |
| using | iImplGaugeLink |
| template<typename vtype> | |
| using | iImplGaugeField |
| typedef iImplScalar< Simd > | SiteComplex |
| typedef iImplGaugeLink< Simd > | SiteLink |
| typedef iImplGaugeField< Simd > | SiteField |
| typedef Lattice< SiteComplex > | ComplexField |
| typedef Lattice< SiteLink > | LinkField |
| typedef Lattice< SiteField > | Field |
Static Public Member Functions | |
| static void | AddLink (Field &U, LinkField &W, int mu) |
| static void | generate_momenta (Field &P, GridSerialRNG &sRNG, GridParallelRNG &pRNG) |
| static Field | projectForce (Field &P) |
| static void | update_field (Field &P, Field &U, double ep) |
| static RealD | FieldSquareNorm (Field &U) |
| static void | Project (Field &U) |
| static void | HotConfiguration (GridParallelRNG &pRNG, Field &U) |
| static void | TepidConfiguration (GridParallelRNG &pRNG, Field &U) |
| static void | ColdConfiguration (GridParallelRNG &pRNG, Field &U) |
Static Public Attributes | |
| static const int | num_colours |
Definition at line 64 of file GaugeImplTypes.h.
| typedef S GaugeImplTypes< S, Nrepresentation, Nexp, Group >::Simd |
Definition at line 66 of file GaugeImplTypes.h.
| typedef Simd::scalar_type GaugeImplTypes< S, Nrepresentation, Nexp, Group >::scalar_type |
Definition at line 67 of file GaugeImplTypes.h.
| typedef scalar_type GaugeImplTypes< S, Nrepresentation, Nexp, Group >::Scalar |
Definition at line 68 of file GaugeImplTypes.h.
| using GaugeImplTypes< S, Nrepresentation, Nexp, Group >::iImplScalar |
Definition at line 69 of file GaugeImplTypes.h.
| using GaugeImplTypes< S, Nrepresentation, Nexp, Group >::iImplGaugeLink |
Definition at line 70 of file GaugeImplTypes.h.
| using GaugeImplTypes< S, Nrepresentation, Nexp, Group >::iImplGaugeField |
Definition at line 71 of file GaugeImplTypes.h.
| typedef iImplScalar<Simd> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::SiteComplex |
Definition at line 73 of file GaugeImplTypes.h.
| typedef iImplGaugeLink<Simd> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::SiteLink |
Definition at line 74 of file GaugeImplTypes.h.
| typedef iImplGaugeField<Simd> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::SiteField |
Definition at line 75 of file GaugeImplTypes.h.
| typedef Lattice<SiteComplex> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::ComplexField |
Definition at line 77 of file GaugeImplTypes.h.
| typedef Lattice<SiteLink> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::LinkField |
Definition at line 78 of file GaugeImplTypes.h.
| typedef Lattice<SiteField> GaugeImplTypes< S, Nrepresentation, Nexp, Group >::Field |
Definition at line 79 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 88 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 99 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 129 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 135 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 152 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 163 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 167 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 171 of file GaugeImplTypes.h.
|
inlinestatic |
Definition at line 175 of file GaugeImplTypes.h.
|
static |
Definition at line 179 of file GaugeImplTypes.h.