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
2026-01-10 20:09:33 +00:00
Code
Releases
Activity
Files
ee3b3c4c56cc8f1a5cfa6e1f9a9745e15a339719
Grid
/
Grid
/
qcd
/
smearing
History
Peter Boyle
d72e914cf0
Profiling temporary code until optimised
2023-06-15 10:43:04 -04:00
..
APEsmearing.h
Merge branch 'develop' into feature/gpu-port
2018-12-13 05:11:34 +00:00
BaseSmearing.h
Merge branch 'develop' into feature/gpu-port
2018-12-13 05:11:34 +00:00
GaugeConfiguration.h
Keep methods virtual
2023-06-15 10:43:04 -04:00
GaugeConfigurationMasked.h
Profiling temporary code until optimised
2023-06-15 10:43:04 -04:00
JacobianAction.h
Clean up
2023-06-15 10:43:04 -04:00
Smearing.h
Merge branch 'develop' into feature/gpu-port
2018-12-13 05:11:34 +00:00
StoutSmearing.h
public for convenience to see rho params
2023-05-19 21:21:05 -04:00
WilsonFlow.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