This website requires JavaScript.
Explore
Help
Register
Sign In
portelli
/
Grid
Watch
1
Star
0
Fork
0
You've already forked Grid
mirror of
https://github.com/paboyle/Grid.git
synced
2025-04-06 20:25:56 +01:00
Code
Releases
Activity
Grid
/
Grid
/
qcd
/
observables
History
Peter Boyle
3b5254e2d5
Optional checkpoint smeared configs for FTHMC
2023-06-15 10:43:04 -04:00
..
hmc_observable.h
Optional checkpoint smeared configs for FTHMC
2023-06-15 10:43:04 -04:00
plaquette.h
Optional checkpoint smeared configs for FTHMC
2023-06-15 10:43:04 -04:00
polyakov_loop.h
Merge branch 'develop' into feature/gpu-port
2018-12-13 05:11:34 +00:00
topological_charge.h
Refactored Wilson flow class; previously the class implemented both iterative and adaptive smearing, but only the iterative method was accessible through the Smearing base class. The implementation of Smearing also forced a clunky need to pass iterative smearing parameters through the constructor but adaptive smearing parameters through the function call. Now there is a WilsonFlowBase class that implements common functionality, and separate WilsonFlow (iterative) and WilsonFlowAdaptive (adaptive) classes, both of which implement Smearing virtual functions.
2022-10-03 10:59:38 -04:00