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-05 11:45:56 +01:00
Code
Releases
Activity
Grid
/
Grid
/
qcd
/
smearing
History
Antonin Portelli
62055e04dd
missing semicolon generates error with some compilers
2024-02-13 18:18:27 +01: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
Running in HMC tests
2023-10-13 18:21:56 +03: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
missing semicolon generates error with some compilers
2024-02-13 18:18:27 +01: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