1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 00:36:55 +01:00

Mixed precision for Laplace. Main program with Metric

This commit is contained in:
Chulwoo Jung
2024-02-08 17:13:10 -05:00
parent 026eb8a695
commit 9ad6836b0f
4 changed files with 148 additions and 145 deletions

View File

@ -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);

View File

@ -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);