mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Rework/global edit to enforce type templating of fermion operators.
Allows multi-precision work and paves the way for alternate BC's and such like allowing for example G-parity which is important for K pipi programme. In particular, can drive an extra flavour index into the fermion fields using template types.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
find . -name "*~" -print -exec rm -f {} \;
|
||||
find . -name "errs" -print -exec rm -f {} \;
|
||||
find . -name "log" -print -exec rm -f {} \;
|
||||
find . -name "*.bak" -print -exec rm -f {} \;
|
||||
|
Reference in New Issue
Block a user