QUDA  v1.1.0
A library for QCD on GPUs
llfat_quda.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "quda.h"
4 #include "quda_internal.h"
5 
6 namespace quda {
7 
14  void fatKSLink(GaugeField *fat, const GaugeField &u, const double *coeff);
15 
22  void longKSLink(GaugeField *lng, const GaugeField &u, const double *coeff);
23 
24 } // namespace quda
void longKSLink(GaugeField *lng, const GaugeField &u, const double *coeff)
Compute the long links for an improved staggered (Kogut-Susskind) fermions.
void fatKSLink(GaugeField *fat, const GaugeField &u, const double *coeff)
Compute the fat links for an improved staggered (Kogut-Susskind) fermions.
Main header file for the QUDA library.