CHROMA
|
Constrained laquette gauge action. More...
#include <constrained_plaq_gaugeact.h>
Public Types | |
typedef multi1d< LatticeColorMatrix > | P |
typedef multi1d< LatticeColorMatrix > | Q |
Public Types inherited from Chroma::LinearGaugeAction | |
typedef multi1d< LatticeColorMatrix > | P |
typedef multi1d< LatticeColorMatrix > | Q |
Public Member Functions | |
GaugeAct (Handle< CreateGaugeState< P, Q > > cgs_, const Params &p) | |
const Set & | getSet () const |
Return the set on which the gauge action is defined. More... | |
void | staple (LatticeColorMatrix &result, const Handle< GaugeState< P, Q > > &state, int mu, int cb) const |
Compute staple. More... | |
void | deriv (multi1d< LatticeColorMatrix > &result, const Handle< GaugeState< P, Q > > &state) const |
Compute dS/dU. More... | |
Double | S (const Handle< GaugeState< P, Q > > &state) const |
Compute the actions. More... | |
const CreateGaugeState< P, Q > & | getCreateState () const |
Produce a gauge create state object. More... | |
~GaugeAct () | |
Destructor is automatic. More... | |
Public Member Functions inherited from Chroma::LinearGaugeAction | |
virtual | ~LinearGaugeAction () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > | |
virtual | ~GaugeAction () |
Virtual destructor to help with cleanup;. More... | |
virtual GaugeState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createState (const multi1d< LatticeColorMatrix > &q) const |
Given links, create the state. More... | |
virtual const GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & | getGaugeBC () const |
Return the gauge BC object for this action. More... | |
Protected Member Functions | |
void | operator= (const GaugeAct &a) |
Hide assignment. More... | |
void | siteAction (multi2d< LatticeReal > &site_act, const Handle< GaugeState< P, Q > > &state) const |
Compute the site-level action. More... | |
void | derivPlaqFun (multi1d< LatticeColorMatrix > &ds_u, const Handle< GaugeState< P, Q > > &state) const |
Compute dS/dU. More... | |
void | derivPlaqTwo (multi1d< LatticeColorMatrix > &ds_u, const Handle< GaugeState< P, Q > > &state) const |
Compute dS/dU. More... | |
Private Attributes | |
Handle< CreateGaugeState< P, Q > > | cgs |
Params | param |
Constrained laquette gauge action.
The standard Constrained gauge action
Definition at line 46 of file constrained_plaq_gaugeact.h.
typedef multi1d<LatticeColorMatrix> Chroma::ConstrainedPlaqGaugeActEnv::GaugeAct::P |
Definition at line 50 of file constrained_plaq_gaugeact.h.
typedef multi1d<LatticeColorMatrix> Chroma::ConstrainedPlaqGaugeActEnv::GaugeAct::Q |
Definition at line 51 of file constrained_plaq_gaugeact.h.
|
inline |
General CreateGaugeState<P,Q> Read coeff from a param struct
Definition at line 55 of file constrained_plaq_gaugeact.h.
|
inline |
Destructor is automatic.
Definition at line 79 of file constrained_plaq_gaugeact.h.
|
virtual |
Compute dS/dU.
Reimplemented from Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 150 of file constrained_plaq_gaugeact.cc.
References Chroma::ConstrainedPlaqGaugeActEnv::Params::beta, derivPlaqFun(), derivPlaqTwo(), Chroma::END_CODE(), Chroma::ConstrainedPlaqGaugeActEnv::Params::gamma, mu, Nd, param, Chroma::START_CODE(), and Chroma::state.
|
protected |
Compute dS/dU.
Definition at line 178 of file constrained_plaq_gaugeact.cc.
References BACKWARD, Chroma::END_CODE(), FORWARD, Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >::getGaugeBC(), mu, Nd, nu, Chroma::START_CODE(), Chroma::state, tmp_1, tmp_2, Chroma::u, Chroma::zero, and Chroma::GaugeBC< P, Q >::zero().
Referenced by deriv().
|
protected |
Compute dS/dU.
Definition at line 230 of file constrained_plaq_gaugeact.cc.
References BACKWARD, Chroma::END_CODE(), FORWARD, Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >::getGaugeBC(), mu, Nd, nu, param, Chroma::ConstrainedPlaqGaugeActEnv::Params::q, siteAction(), Chroma::START_CODE(), Chroma::state, tmp_1, tmp_2, Chroma::u, Chroma::zero, and Chroma::GaugeBC< P, Q >::zero().
Referenced by deriv().
|
inlinevirtual |
Produce a gauge create state object.
Implements Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 76 of file constrained_plaq_gaugeact.h.
References cgs.
|
inlinevirtual |
Return the set on which the gauge action is defined.
Defined on the even-off (red/black) set
Implements Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 60 of file constrained_plaq_gaugeact.h.
|
inlineprotected |
Hide assignment.
Definition at line 83 of file constrained_plaq_gaugeact.h.
|
virtual |
Compute the actions.
Compute the action.
Implements Chroma::GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 64 of file constrained_plaq_gaugeact.cc.
References Chroma::ConstrainedPlaqGaugeActEnv::Params::beta, Chroma::ConstrainedPlaqGaugeActEnv::Params::gamma, mu, Nd, nu, param, Chroma::ConstrainedPlaqGaugeActEnv::Params::q, siteAction(), Chroma::state, sum, and Chroma::zero.
|
protected |
Compute the site-level action.
Definition at line 103 of file constrained_plaq_gaugeact.cc.
References Chroma::END_CODE(), FORWARD, mu, Nd, nu, Chroma::one, Chroma::START_CODE(), Chroma::state, Chroma::u, and Chroma::zero.
Referenced by derivPlaqTwo(), and S().
|
virtual |
Compute staple.
Default version. Derived class should override this if needed.
Implements Chroma::LinearGaugeAction.
Definition at line 140 of file constrained_plaq_gaugeact.cc.
|
private |
Create Gauge State
Definition at line 97 of file constrained_plaq_gaugeact.h.
Referenced by getCreateState().
|
private |
The parameters
Definition at line 98 of file constrained_plaq_gaugeact.h.
Referenced by deriv(), derivPlaqTwo(), and S().