mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Fix coaarsened
This commit is contained in:
parent
15ca8637f3
commit
d982a5b6d5
@ -122,7 +122,7 @@ int main (int argc, char ** argv)
|
|||||||
typedef Aggregation<vSpinColourVector,vTComplex,nbasis> Subspace;
|
typedef Aggregation<vSpinColourVector,vTComplex,nbasis> Subspace;
|
||||||
|
|
||||||
Subspace Aggregates(Coarse5d,FGrid,cb);
|
Subspace Aggregates(Coarse5d,FGrid,cb);
|
||||||
Aggregates.CreateSubspaceRandom(RNG5);
|
// Aggregates.CreateSubspaceRandom(RNG5);
|
||||||
|
|
||||||
subspace=Aggregates.subspace;
|
subspace=Aggregates.subspace;
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ int main (int argc, char ** argv)
|
|||||||
LittleDiracOp.M(c_src,c_res);
|
LittleDiracOp.M(c_src,c_res);
|
||||||
|
|
||||||
std::cout<<GridLogMessage<<"Testing hermiticity explicitly by inspecting matrix elements"<<std::endl;
|
std::cout<<GridLogMessage<<"Testing hermiticity explicitly by inspecting matrix elements"<<std::endl;
|
||||||
LittleDiracOp.AssertHermitian();
|
// LittleDiracOp.AssertHermitian();
|
||||||
|
|
||||||
std::cout<<GridLogMessage << "Testing Hermiticity stochastically "<< std::endl;
|
std::cout<<GridLogMessage << "Testing Hermiticity stochastically "<< std::endl;
|
||||||
CoarseVector phi(Coarse5d);
|
CoarseVector phi(Coarse5d);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user