GLAC
1.0
|
Method for calculating and storing the topological charge and energy density at every point of the lattice. More...
#include <latticeactionchargedensity.h>
Additional Inherited Members | |
Protected Attributes inherited from Correlator | |
std::vector< unsigned int > | m_N |
double | m_latticeSize |
double | m_a |
const int | m_headerWidth = 20 |
const std::string | m_observableName = "Correlator" |
const std::string | m_observableNameCompact = "correlator" |
ObservableStorer * | m_observable = nullptr |
bool | m_storeFlowObservable = false |
Method for calculating and storing the topological charge and energy density at every point of the lattice.
The energy is given by,
\[ E(n) = -\frac{1}{64} \sum_{\mu<\nu} \big(\tilde{C}_{\mu\nu}(n)\big)^2, \]
and the topological charge is given by,
\[ q(n) = \frac{1}{32\pi^2} \epsilon_{\mu\nu\rho\sigma} \mathrm{tr}\left[F_{\mu\nu}(n)F_{\rho\sigma}(n)\right]. \]
where \(n\) is the position in the lattice. \(F_{\nu\mu}\) is the clover.
LatticeActionChargeDensity::LatticeActionChargeDensity | ( | bool | flow | ) |
LatticeActionChargeDensity::~LatticeActionChargeDensity | ( | ) |
Correlator::calculate calculates a observable.
lattice | pointer to lattice of SU3 matrices |
iObs | number of the observable |
Reimplemented from Correlator.
|
virtual |
Correlator::copyObservable copies the observable if has already been calculated at zero flow time.
iObs | observable number. |
obs | vector containing observable information. Is a vector in case it consists of multiple values(e.g. topc in Euclidean time). |
Reimplemented from Correlator.
|
virtual |
Correlator::getObservablesVector.
iObs |
Reimplemented from Correlator.
|
virtual |
Correlator::initializeObservableStorer initializes ObservableStorer.
storeFlowObservable |
Reimplemented from Correlator.
|
virtual |
Correlator::printHeader prints a the observable name for output in header.
Reimplemented from Correlator.
|
virtual |
Correlator::printObservable prints the observable for the output.
iObs |
Reimplemented from Correlator.
|
virtual |
Correlator::printStatistics prints statistics from ObservableStorer.
Reimplemented from Correlator.
|
virtual |
Correlator::reset resets ObservableStorer.
Reimplemented from Correlator.
|
virtual |
Gathers results and performs statistics in the ObservableStorer object.
Reimplemented from Correlator.
|
virtual |
Correlator::writeFlowObservablesToFile.
iFlow | Gathers results and performs statistics in the ObservableStorer object. |
Reimplemented from Correlator.
|
virtual |
Correlator::writeObservableToFile calls the ObservableStorer for writing observable to file.
acceptanceRatio |
Reimplemented from Correlator.