changing BC to antiperiodic

This commit is contained in:
Matteo Di Carlo 2023-05-26 17:08:17 +02:00
parent ab747d2b1d
commit 283136764c

View File

@ -214,7 +214,7 @@ void RbcUkqcd::addLightRuntimeLCDSolver(Application &app, const RbcUkqcd::Ensemb
actionPar.M5 = par.M5;
actionPar.mass = par.ml;
actionPar.scale = par.scale;
actionPar.boundary = "1 1 1 1";
actionPar.boundary = "1 1 1 -1";
actionPar.twist = "0. 0. 0. 0.";
app.createModule<MAction::ScaledDWF>(prefix + "_dwf", actionPar);
actionPar.gauge = prefix + "_gauge_fp32";