1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Mobius Caley form, Mobius Zolotarev operators. Pass Even Odd vs unprec test and hermiticity checks

in tests/Grid_any_evenodd.cc; will work on inversion tests shortly.
This commit is contained in:
Peter Boyle
2015-06-03 09:36:26 +01:00
parent 69f4d58381
commit 1fcacef239
10 changed files with 507 additions and 95 deletions

View File

@ -22,13 +22,10 @@ bin_PROGRAMS = Grid_main \
Grid_dwf_even_odd\
Grid_dwf_cg_unprec\
Grid_dwf_cg_prec\
Grid_dwf_cg_schur
Grid_dwf_cg_schur\
Grid_any_evenodd
test:
for f in $bin_PROGRAMS
do
./$f > $f.log
done
Grid_main_SOURCES = Grid_main.cc
Grid_main_LDADD = -lGrid
@ -66,6 +63,9 @@ Grid_simd_LDADD = -lGrid
Grid_wilson_evenodd_SOURCES = Grid_wilson_evenodd.cc
Grid_wilson_evenodd_LDADD = -lGrid
Grid_any_evenodd_SOURCES = Grid_any_evenodd.cc
Grid_any_evenodd_LDADD = -lGrid
Grid_wilson_cg_unprec_SOURCES = Grid_wilson_cg_unprec.cc
Grid_wilson_cg_unprec_LDADD = -lGrid