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