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-21 19:25:56 +01:00
Code
Releases
Activity
Grid
/
Grid
/
qcd
/
smearing
History
Peter Boyle
ffd7301649
Updated masked / fthmc smeared config container
2023-06-01 06:23:02 -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
Refactor the Action and Smeared gauge configuration containers. Add first pass at FTHMC action
2023-06-01 06:14:28 -04:00
GaugeConfigurationMasked.h
Updated masked / fthmc smeared config container
2023-06-01 06:23:02 -04:00
JacobianAction.h
Jacobian action wrapper for FTHMC
2023-06-01 06:15:08 -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