mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
improve documentation
This commit is contained in:
parent
ca2fd9fc7b
commit
8db7c23bee
Binary file not shown.
@ -2792,7 +2792,7 @@ Supported groups are SU(N) and Sp(2N). The group can be specified through the Gr
|
|||||||
class Sp {};
|
class Sp {};
|
||||||
}
|
}
|
||||||
|
|
||||||
A simpler interface is achieved by instantiating the GaugeGroup class with a specific group::
|
A simpler interface is achieved by aliasing the GaugeGroup class with a specific group::
|
||||||
|
|
||||||
template <int ncolour>
|
template <int ncolour>
|
||||||
using SU = GaugeGroup<ncolour, GroupName::SU>;
|
using SU = GaugeGroup<ncolour, GroupName::SU>;
|
||||||
@ -2800,7 +2800,7 @@ A simpler interface is achieved by instantiating the GaugeGroup class with a spe
|
|||||||
template <int ncolour>
|
template <int ncolour>
|
||||||
using Sp = GaugeGroup<ncolour, GroupName::Sp>;
|
using Sp = GaugeGroup<ncolour, GroupName::Sp>;
|
||||||
|
|
||||||
Specific instantiations are then defined::
|
Specific aliases are then defined::
|
||||||
|
|
||||||
typedef SU<2> SU2;
|
typedef SU<2> SU2;
|
||||||
typedef SU<3> SU3;
|
typedef SU<3> SU3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user