1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-13 19:47:06 +01:00

group is SUn by default

This commit is contained in:
Alessandro Lupo
2023-05-26 13:44:41 +01:00
parent 3a50fb29cb
commit de8daa3824
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ constexpr int compute_adjoint_dimension<GroupName::Sp>(int ncolour) {
return ncolour / 2 * (ncolour + 1);
}
template <int ncolour, class group_name>
template <int ncolour, class group_name = GroupName::SU>
class GaugeGroup {
public:
static const int Dimension = ncolour;