mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
First cut on generalised HMC
Backward compatibility OK
This commit is contained in:
@ -21,7 +21,7 @@ public:
|
||||
|
||||
NoSmearing(): ThinLinks(NULL) {}
|
||||
|
||||
void set_GaugeField(GaugeField& U) { ThinLinks = &U; }
|
||||
void set_Field(GaugeField& U) { ThinLinks = &U; }
|
||||
|
||||
void smeared_force(GaugeField& SigmaTilde) const {}
|
||||
|
||||
@ -227,7 +227,7 @@ class SmearedConfiguration {
|
||||
|
||||
|
||||
// attach the smeared routines to the thin links U and fill the smeared set
|
||||
void set_GaugeField(GaugeField& U) { fill_smearedSet(U); }
|
||||
void set_Field(GaugeField& U) { fill_smearedSet(U); }
|
||||
|
||||
//====================================================================
|
||||
void smeared_force(GaugeField& SigmaTilde) const {
|
||||
|
Reference in New Issue
Block a user