1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-12-23 19:35:26 +00: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:
Peter Boyle 2015-08-31 16:33:20 +01:00
parent 357c6ab46d
commit 638d6675ee

View File

@ -171,6 +171,7 @@ namespace Grid{
const RealD theta = 0.0;
public:
// Looks like dH scales as dt^4. tested wilson/wilson 2 level.
ForceGradient(GridBase* grid,
IntegratorParameters Par,
ActionSet<GaugeField> & Aset): Integrator<GaugeField>(grid,Par,Aset) {};