mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-01 12:17:06 +01:00
Mixed precision for Laplace. Main program with Metric
This commit is contained in:
@@ -83,7 +83,7 @@ int main(int argc, char **argv)
|
||||
// need wrappers of the fermionic classes
|
||||
// that have a complex construction
|
||||
// standard
|
||||
RealD beta = 6.4 ;
|
||||
RealD beta = 6.6 ;
|
||||
|
||||
#if 0
|
||||
WilsonGaugeActionR Waction(beta);
|
||||
|
@@ -30,7 +30,7 @@ directory
|
||||
/* END LEGAL */
|
||||
#include <Grid/Grid.h>
|
||||
|
||||
#define USE_OBC
|
||||
#undef USE_OBC
|
||||
#define DO_IMPLICIT
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
|
||||
// that have a complex construction
|
||||
// standard
|
||||
|
||||
RealD beta = 6.4;
|
||||
RealD beta = 6.6;
|
||||
std::cout << "Wilson Gauge beta= " <<beta <<std::endl;
|
||||
#ifndef USE_OBC
|
||||
WilsonGaugeActionR Waction(beta);
|
||||
|
Reference in New Issue
Block a user