mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
group is SUn by default
This commit is contained in:
@ -307,7 +307,7 @@ int main(int argc, char** argv) {
|
||||
std::cout << GridLogMessage << "Two index Symmetric: Checking Group Structure"
|
||||
<< std::endl;
|
||||
// Testing HMC representation classes
|
||||
TwoIndexRep< Nc, Symmetric, GroupName::SU > TIndexRep(grid);
|
||||
TwoIndexRep< Nc, Symmetric> TIndexRep(grid);
|
||||
|
||||
// Test group structure
|
||||
// (U_f * V_f)_r = U_r * V_r
|
||||
|
Reference in New Issue
Block a user