mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Feynman rule for DWF
This commit is contained in:
		@@ -42,6 +42,10 @@ namespace Grid {
 | 
				
			|||||||
     INHERIT_IMPL_TYPES(Impl);
 | 
					     INHERIT_IMPL_TYPES(Impl);
 | 
				
			||||||
    public:
 | 
					    public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      void  MomentumSpacePropagator(FermionField &out,const FermionField &in,RealD _m) { 
 | 
				
			||||||
 | 
						this->MomentumSpacePropagatorHt(out,in,_m);
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      virtual void   Instantiatable(void) {};
 | 
					      virtual void   Instantiatable(void) {};
 | 
				
			||||||
      // Constructors
 | 
					      // Constructors
 | 
				
			||||||
      DomainWallFermion(GaugeField &_Umu,
 | 
					      DomainWallFermion(GaugeField &_Umu,
 | 
				
			||||||
@@ -51,6 +55,7 @@ namespace Grid {
 | 
				
			|||||||
			GridRedBlackCartesian &FourDimRedBlackGrid,
 | 
								GridRedBlackCartesian &FourDimRedBlackGrid,
 | 
				
			||||||
			RealD _mass,RealD _M5,const ImplParams &p= ImplParams()) : 
 | 
								RealD _mass,RealD _M5,const ImplParams &p= ImplParams()) : 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      CayleyFermion5D<Impl>(_Umu,
 | 
					      CayleyFermion5D<Impl>(_Umu,
 | 
				
			||||||
			    FiveDimGrid,
 | 
								    FiveDimGrid,
 | 
				
			||||||
			    FiveDimRedBlackGrid,
 | 
								    FiveDimRedBlackGrid,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user