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-25 13:15:55 +01:00
Code
Releases
Activity
Grid
/
tests
/
smearing
History
Mashy Green
717f647418
added the WilsonFlow patch from upstream PR
#471
2025-02-24 08:41:31 +00:00
..
Makefile.am
Adding tests for WilsonFlow classes
2017-03-21 16:11:35 +09:00
Test_fatLinks.cc
accelerator_for is broken
2024-02-23 15:58:33 -07:00
Test_smearing.cc
Expose Nc as a compile time configure option.
2020-10-07 13:07:00 -04:00
Test_WilsonFlow_adaptive.cc
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
Test_WilsonFlow.cc
added the WilsonFlow patch from upstream PR
#471
2025-02-24 08:41:31 +00:00