mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Adding smearing routines (development)
This commit is contained in:
		@@ -75,7 +75,7 @@ namespace Grid {
 | 
			
		||||
    //
 | 
			
		||||
    //
 | 
			
		||||
    // template<class Impl>
 | 
			
		||||
    // class MyOp : pubic<Impl> { 
 | 
			
		||||
    // class MyOp : public<Impl> { 
 | 
			
		||||
    // public:
 | 
			
		||||
    //
 | 
			
		||||
    //    INHERIT_ALL_IMPL_TYPES(Impl);
 | 
			
		||||
@@ -110,7 +110,7 @@ namespace Grid {
 | 
			
		||||
    // Single flavour four spinors with colour index
 | 
			
		||||
    ///////
 | 
			
		||||
    template<class S,int Nrepresentation=Nc>
 | 
			
		||||
    class WilsonImpl :  public PeriodicGaugeImpl< GaugeImplTypes< S,Nrepresentation> > { 
 | 
			
		||||
    class WilsonImpl :  public PeriodicGaugeImpl< GaugeImplTypes< S, Nrepresentation> > { 
 | 
			
		||||
    public:
 | 
			
		||||
 | 
			
		||||
      typedef PeriodicGaugeImpl< GaugeImplTypes< S,Nrepresentation> > Gimpl;
 | 
			
		||||
 
 | 
			
		||||
@@ -44,7 +44,6 @@ template<class Gimpl> class WilsonLoops;
 | 
			
		||||
    typedef typename GImpl::GaugeLinkField       GaugeLinkField;\
 | 
			
		||||
    typedef typename GImpl::GaugeField               GaugeField;	
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    // 
 | 
			
		||||
    template<class S,int Nrepresentation=Nc>
 | 
			
		||||
    class GaugeImplTypes { 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user