mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
Tested rms dH is ~ dt^4 numerically, so believe the ForceGradient is correct now.
Paranoia makes me want to diddle with the FG step to ensure dt^2 reappears.
This commit is contained in:
parent
357c6ab46d
commit
638d6675ee
@ -171,6 +171,7 @@ namespace Grid{
|
|||||||
const RealD theta = 0.0;
|
const RealD theta = 0.0;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
// Looks like dH scales as dt^4. tested wilson/wilson 2 level.
|
||||||
ForceGradient(GridBase* grid,
|
ForceGradient(GridBase* grid,
|
||||||
IntegratorParameters Par,
|
IntegratorParameters Par,
|
||||||
ActionSet<GaugeField> & Aset): Integrator<GaugeField>(grid,Par,Aset) {};
|
ActionSet<GaugeField> & Aset): Integrator<GaugeField>(grid,Par,Aset) {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user