GLAC  1.0
Public Member Functions
WilsonGaugeAction Class Reference

An implementation of the Wilson gauge action,. More...

#include <wilsongaugeaction.h>

Inheritance diagram for WilsonGaugeAction:
[legend]
Collaboration diagram for WilsonGaugeAction:
[legend]

Public Member Functions

 WilsonGaugeAction ()
 
 ~WilsonGaugeAction ()
 
double getDeltaAction (SU3 U, SU3 UPrime)
 getDeltaAction computes the change in action. Staple must have already have been calculated. More...
 
void computeStaple (Lattice< SU3 > *lattice, unsigned int i, unsigned int j, unsigned int k, unsigned int l, int mu)
 computeStaple computes the staple at given poisition. More...
 
Lattice< SU3getActionDerivative (Lattice< SU3 > *lattice, int mu)
 getActionDerivative, computes the derivative of the lattice in given direction. More...
 
void updateMuIndex (int mu)
 
void updateNuIndex (int nu)
 
- Public Member Functions inherited from Action
 Action ()
 Action base constructor. More...
 
virtual ~Action ()
 ~Action destructor. Nothing to de-allocate in base class More...
 

Additional Inherited Members

- Protected Attributes inherited from Action
std::vector< unsigned int > m_N
 m_N Lattice dimension array More...
 
std::vector< int > m_position
 Array for holding the position in lattice. More...
 

Detailed Description

An implementation of the Wilson gauge action,.

\begin{eqnarray*} S_G[U] = \frac{\beta}{3} \sum_{n\in\Lambda} \sum_{\mu<\nu} \mathrm{Re} \mathrm{tr} \big[ 1 - P_{\mu\nu}(n) \big]. \end{eqnarray*}

The different between this and LuscherAction is that in the getActionDerivative we perform an explicit calculation of the derivative in terms of its \(\mathrm{SU}(3)\) generator.

Author
Mathias M. Vege
Version
1.0
Date
2017-2019

Constructor & Destructor Documentation

◆ WilsonGaugeAction()

WilsonGaugeAction::WilsonGaugeAction ( )
Here is the call graph for this function:

◆ ~WilsonGaugeAction()

WilsonGaugeAction::~WilsonGaugeAction ( )

Member Function Documentation

◆ computeStaple()

void WilsonGaugeAction::computeStaple ( Lattice< SU3 > *  lattice,
unsigned int  i,
unsigned int  j,
unsigned int  k,
unsigned int  l,
int  mu 
)
virtual

computeStaple computes the staple at given poisition.

Parameters
latticea pointer of four lattice objects, one for each lorentz index.
ispatial \(x\) position.
jspatial \(y\) position.
kspatial \(z\) position.
ltemporal \(t\) position.
mulorentz index, \(\mu\).
Returns
Returns change in action \(\Delta S\)

Reimplemented from Action.

Here is the call graph for this function:

◆ getActionDerivative()

Lattice< SU3 > WilsonGaugeAction::getActionDerivative ( Lattice< SU3 > *  lattice,
int  mu 
)
virtual

getActionDerivative, computes the derivative of the lattice in given direction.

Parameters
latticea pointer of four lattice objects, one for each lorentz index.
mulorentz index, \(\mu\).

Reimplemented from Action.

Here is the call graph for this function:

◆ getDeltaAction()

double WilsonGaugeAction::getDeltaAction ( SU3  U,
SU3  UPrime 
)
virtual

getDeltaAction computes the change in action. Staple must have already have been calculated.

Parameters
UOld link
UPrimeUpdated link

Reimplemented from Action.

Here is the call graph for this function:

◆ updateMuIndex()

void WilsonGaugeAction::updateMuIndex ( int  mu)
inline
Here is the caller graph for this function:

◆ updateNuIndex()

void WilsonGaugeAction::updateNuIndex ( int  nu)
inline
Here is the caller graph for this function:

The documentation for this class was generated from the following files: