|
QUDA
0.9.0
|
#include <stdio.h>#include <cuda_runtime.h>#include <cuda.h>#include <quda_internal.h>#include <gauge_field.h>#include <llfat_quda.h>#include <index_helper.cuh>#include <gauge_field_order.h>#include <fast_intdiv.h>
Go to the source code of this file.
Namespaces | |
| quda | |
Macros | |
| #define | MIN_COEFF 1e-7 |
Functions | |
| void | quda::fatLongKSLink (cudaGaugeField *fat, cudaGaugeField *lng, const cudaGaugeField &gauge, const double *coeff) |
| Compute the fat and long links for an improved staggered (Kogut-Susskind) fermions. More... | |
| #define MIN_COEFF 1e-7 |
Definition at line 12 of file llfat_quda.cu.
Referenced by quda::fatLongKSLink().
1.8.14