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:
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user