mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Fixed test for very much non-unit det
This commit is contained in:
parent
56111bb823
commit
3c23a947cc
@ -103,7 +103,7 @@ int main (int argc, char ** argv)
|
|||||||
|
|
||||||
detU= Determinant(U) ;
|
detU= Determinant(U) ;
|
||||||
detU=detU-1.0;
|
detU=detU-1.0;
|
||||||
std::cout << "Determinant before screw up " << norm2(detU)<<std::endl;
|
std::cout << "Determinant defect before screw up " << norm2(detU)<<std::endl;
|
||||||
|
|
||||||
std::cout << " Screwing up determinant " << std::endl;
|
std::cout << " Screwing up determinant " << std::endl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user