mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-23 18:04:44 +00:00
CG test written and passes i.e. converges with small true residual
in RedBlack MpcDagMpc, Unprec MdagM and Schur red black solver for each of. DomainWallFermion MobiusFermion MobiusZolotarevFermion ScaledShamirFermion ScaledShamirZolotarevFermion
This commit is contained in:
11
benchmarks/Benchmark_su3_test.cc
Normal file
11
benchmarks/Benchmark_su3_test.cc
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <Grid.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
|
||||
|
||||
void su3_test_mult_routine(LatticeColourMatrix &z, LatticeColourMatrix &x,LatticeColourMatrix &y)
|
||||
{
|
||||
mult(z,x,y);
|
||||
}
|
||||
Reference in New Issue
Block a user