From 91efd0817908ea0716b18e0f89dacd9e59abb98e Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 11 May 2023 12:27:45 -0400 Subject: [PATCH] Option for Qlat generator basis --- tests/core/Test_lie_generators.cc | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/tests/core/Test_lie_generators.cc b/tests/core/Test_lie_generators.cc index 8f18ed04..4a4fa504 100644 --- a/tests/core/Test_lie_generators.cc +++ b/tests/core/Test_lie_generators.cc @@ -63,7 +63,9 @@ int main(int argc, char** argv) { std::cout << "Dimension of adjoint representation: "<< SU2Adjoint::Dimension << std::endl; // guard as this code fails to compile for Nc != 3 -#if (Nc == 3) +#if 1 + + std::cout << " Printing Adjoint Generators"<< std::endl; SU2Adjoint::printGenerators(); SU2::testGenerators(); @@ -148,10 +150,33 @@ int main(int argc, char** argv) { typename AdjointRep::LatticeMatrix Vrmu = peekLorentz(Vr,mu); pokeLorentz(UrVr,Urmu*Vrmu, mu); } - + + typedef typename SU_Adjoint::AMatrix AdjointMatrix; typename AdjointRep::LatticeField Diff_check = UVr - UrVr; std::cout << GridLogMessage << "Group structure SU("<