z-Möbius action fix
This commit is contained in:
parent
6cd465b255
commit
d72bbcdfe5
@ -190,6 +190,8 @@ void RbcUkqcd::addC0LightZMobiusLCDSolver(Application &app, const std::string so
|
||||
actionPar.Ls = RbcUkqcd::c0LCDPar.Ls;
|
||||
actionPar.M5 = RbcUkqcd::c0LCDPar.M5;
|
||||
actionPar.mass = RbcUkqcd::c0LCDPar.ml;
|
||||
actionPar.b = 1.;
|
||||
actionPar.c = 0.;
|
||||
actionPar.omega = std::vector<std::complex<double>>(RbcUkqcd::c0ZMobiusOmega.begin(),
|
||||
RbcUkqcd::c0ZMobiusOmega.end());
|
||||
actionPar.boundary = boundary;
|
||||
|
Loading…
Reference in New Issue
Block a user