1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

SU3 restored + output filename for mesons and baryons fixed.

This commit is contained in:
David Preti
2018-01-10 14:56:54 +01:00
parent 9028e278e4
commit a3affac963
5 changed files with 9 additions and 5 deletions

View File

@ -65,5 +65,5 @@ void TRandom::execute(void)
{
LOG(Message) << "Generating random gauge configuration" << std::endl;
LatticeGaugeField &U = *env().createLattice<LatticeGaugeField>(getName());
SU4::HotConfiguration(*env().get4dRng(), U);
SU3::HotConfiguration(*env().get4dRng(), U);
}

View File

@ -65,5 +65,5 @@ void TUnit::execute(void)
{
LOG(Message) << "Creating unit gauge configuration" << std::endl;
LatticeGaugeField &U = *env().createLattice<LatticeGaugeField>(getName());
SU4::ColdConfiguration(*env().get4dRng(), U);
SU3::ColdConfiguration(*env().get4dRng(), U);
}