changing BC to antiperiodic
This commit is contained in:
parent
ab747d2b1d
commit
283136764c
@ -214,7 +214,7 @@ void RbcUkqcd::addLightRuntimeLCDSolver(Application &app, const RbcUkqcd::Ensemb
|
|||||||
actionPar.M5 = par.M5;
|
actionPar.M5 = par.M5;
|
||||||
actionPar.mass = par.ml;
|
actionPar.mass = par.ml;
|
||||||
actionPar.scale = par.scale;
|
actionPar.scale = par.scale;
|
||||||
actionPar.boundary = "1 1 1 1";
|
actionPar.boundary = "1 1 1 -1";
|
||||||
actionPar.twist = "0. 0. 0. 0.";
|
actionPar.twist = "0. 0. 0. 0.";
|
||||||
app.createModule<MAction::ScaledDWF>(prefix + "_dwf", actionPar);
|
app.createModule<MAction::ScaledDWF>(prefix + "_dwf", actionPar);
|
||||||
actionPar.gauge = prefix + "_gauge_fp32";
|
actionPar.gauge = prefix + "_gauge_fp32";
|
||||||
|
Loading…
Reference in New Issue
Block a user