mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
5D free propagator for DWF and boundary conditions for free propagators
This commit is contained in:
@ -309,7 +309,8 @@ int main (int argc, char ** argv)
|
||||
|
||||
// Momentum space prop
|
||||
std::cout << " Solving by FFT and Feynman rules" <<std::endl;
|
||||
Ddwf.FreePropagator(src,ref,mass) ;
|
||||
bool fiveD = false; //calculate 4d free propagator
|
||||
Ddwf.FreePropagator(src,ref,mass,fiveD) ;
|
||||
|
||||
Gamma G5(Gamma::Algebra::Gamma5);
|
||||
|
||||
|
Reference in New Issue
Block a user