HILA
|
#include <gauge_field.h>
Public Types | |
using | basetype = hila::arithmetic_type< sun > |
The base type of the matrix (double, int,...) | |
using | gauge_type = sun |
The matrix type. | |
using | gauge_type_flt = sun |
Public Member Functions | |
virtual void | refresh () |
Recalculate represented or smeared field. | |
virtual void | set_unity () |
Set the field to unity. | |
virtual void | random () |
Draw a random gauge field. | |
virtual void | add_momentum (Field< SquareMatrix< N, Complex< basetype > > > *force) |
Update the momentum by given force. | |
virtual void | draw_momentum () |
Draw gaussian random momentum. | |
virtual void | zero_momentum () |
Set the momentum to zero. | |
virtual void | backup () |
Make a copy of the gauge field for HMC. | |
virtual void | restore_backup () |
Public Attributes | |
Field< sun > | gauge [4] |
A matrix field for each Direction. | |
Field< sun > | momentum [4] |
Static Public Attributes | |
static constexpr int | N = sun::size |
The size of the matrix. | |
Define a standard base gauge class. Gauge field types (represented, smeared, etc) inherit from this
Definition at line 11 of file gauge_field.h.
using gauge_field_base< sun >::gauge_type_flt = sun |
If the base type is double, this will be the corresponding floating point type.
Definition at line 47 of file gauge_field.h.
|
inlinevirtual |
Restore the gauge field from the backup. Used when an HMC trajectory is rejected.
Reimplemented in gauge_field< matrix >, gauge_field< fund_type >, gauge_field< sun >, represented_gauge_field< repr >, and stout_smeared_field< sun >.
Definition at line 43 of file gauge_field.h.
Field<sun> gauge_field_base< sun >::momentum[4] |
Also create a momentum field. This is only allocated if necessary
Definition at line 24 of file gauge_field.h.