#include <lattice.h>
Inherits cps::Lattice.
Inherited by cps::GnoneFasqtad, cps::GnoneFclover, cps::GnoneFdwf, cps::GnoneFnone, cps::GnoneFp4, cps::GnoneFstag, cps::GnoneFwilson, and cps::GnoneFwilsonTm.
Public Member Functions | |
| Gnone () | |
| virtual | ~Gnone () |
| GclassType | Gclass () |
| Returns the type of gauge action. | |
| void | GactionGradient (Matrix &grad, int *x, int mu) |
| Calculates the partial derivative of the gauge action w.r.t. the link U_mu(x). | |
| void | GforceSite (Matrix &force, int *x, int mu) |
| Calculates the gauge force at site x and direction mu. | |
| ForceArg | EvolveMomGforce (Matrix *mom, Float step_size) |
| Molecular dynamics evolution of the conjugate momentum. | |
| Float | GhamiltonNode () |
| Computes the pure gauge action on the local sublattice. | |
| void | AllStaple (Matrix &stap, const int *x, int mu) |
| Not implemented. | |
Whatever that means. Most of the methods do nothing.
Definition at line 1138 of file lattice.h.
|
|
Definition at line 41 of file g_none.C. References cps::Verbose::Func(), and cps::VRB. |
|
|
Definition at line 54 of file g_none.C. References cps::Verbose::Func(), and cps::VRB. |
|
||||||||||||||||
|
Not implemented.
Implements cps::Lattice. Definition at line 124 of file g_none.C. References cps::ERR, and cps::Error::NotImplemented(). |
|
||||||||||||
|
Molecular dynamics evolution of the conjugate momentum. The momentum is evolved for a single molecular dynamics timestep using the force from the pure gauge action.
Implements cps::Lattice. Definition at line 94 of file g_none.C. References cps::Verbose::Func(), and cps::VRB. |
|
||||||||||||||||
|
Calculates the partial derivative of the gauge action w.r.t. the link U_mu(x).
Implements cps::Lattice. Definition at line 119 of file g_none.C. References cps::ERR, and cps::Error::NotImplemented(). |
|
|
Returns the type of gauge action.
Implements cps::Lattice. Definition at line 67 of file g_none.C. References cps::GclassType. |
|
||||||||||||||||
|
Calculates the gauge force at site x and direction mu. In this case, of course, the force is zero.
Definition at line 81 of file g_none.C. References cps::Verbose::Func(), cps::VRB, and cps::Matrix::ZeroMatrix(). |
|
|
Computes the pure gauge action on the local sublattice.
Implements cps::Lattice. Definition at line 106 of file g_none.C. References cps::Float, cps::Verbose::Func(), and cps::VRB. |
1.3.9.1