15 namespace PlaqPlusAdjointGaugeActEnv
48 XMLReader paramtop(xml_in, path);
56 QDPIO::cerr <<
"Error reading XML: " << e << std::endl;
66 multi2d<LatticeComplex> plaq_site;
80 act_F +=
sum(real(plaq_site[
mu][
nu])-three);
93 act_A +=
sum(localNorm2(plaq_site[
mu][
nu]) - nine);
110 site_act.resize(
Nd,
Nd);
115 const multi1d<LatticeColorMatrix>&
u =
state->getLinks();
128 site_act[
nu][
mu] = site_act[
mu][
nu];
141 int mu,
int cb)
const
143 QDPIO::cerr << __func__ <<
": staple not possible\n";
154 LatticeColorMatrix
tmp_1;
155 LatticeColorMatrix
tmp_2;
157 const multi1d<LatticeColorMatrix>&
u =
state->getLinks();
158 multi1d<LatticeColorMatrix> deriv_fun(
Nd);
159 multi1d<LatticeColorMatrix> deriv_adj(
Nd);
167 if (
mu ==
nu)
continue;
175 deriv_fun[
mu] += up_plq + down_plq ;
177 deriv_adj[
mu] += up_plq*conj(trace(up_plq)) +
178 down_plq*conj(trace(down_plq)) ;
Primary include file for CHROMA library code.
Abstract base class for gauge actions.
virtual const GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & getGaugeBC() const
Return the gauge BC object for this action.
virtual void zero(P &ds_u) const =0
Zero some gauge-like field in place on the masked links.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
void deriv(multi1d< LatticeColorMatrix > &result, const Handle< GaugeState< P, Q > > &state) const
Compute dS/dU.
void staple(LatticeColorMatrix &result, const Handle< GaugeState< P, Q > > &state, int mu, int cb) const
Compute staple.
void siteAction(multi2d< LatticeComplex > &site_act, const Handle< GaugeState< P, Q > > &state) const
Compute the site-level action.
Double S(const Handle< GaugeState< P, Q > > &state) const
Compute the actions.
All gauge create-state method.
Gauge create state factory.
Fermion action factories.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createGaugeAct(XMLReader &xml, const std::string &path)
static bool registered
Local registration flag.
const std::string name
Name to be used.
Handle< CreateGaugeState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the CreateGaugeState readers.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
static multi1d< LatticeColorMatrix > u
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
FloatingPoint< double > Double
Plaquette plus adjoint (plaquette squared) gauge action.
Params()
Base Constructor.