mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 22:25:56 +01:00
Namespace
This commit is contained in:
parent
d58b7cf9b9
commit
66f8a2f082
@ -22,12 +22,11 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
template <int ncolour>
|
template <int ncolour>
|
||||||
class SU_Adjoint : public SU<ncolour> {
|
class SU_Adjoint : public SU<ncolour> {
|
||||||
public:
|
public:
|
||||||
static const int Dimension = ncolour * ncolour - 1;
|
static const int Dimension = ncolour * ncolour - 1;
|
||||||
|
|
||||||
template <typename vtype>
|
template <typename vtype>
|
||||||
@ -176,7 +175,7 @@ typedef SU_Adjoint<4> SU4Adjoint;
|
|||||||
typedef SU_Adjoint<5> SU5Adjoint;
|
typedef SU_Adjoint<5> SU5Adjoint;
|
||||||
|
|
||||||
typedef SU_Adjoint<Nc> AdjointMatrices;
|
typedef SU_Adjoint<Nc> AdjointMatrices;
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user