#include <cstdio>
#include <cstdlib>
#include <staggered_oprod.h>
#include <tune_quda.h>
#include <quda_internal.h>
#include <gauge_field_order.h>
#include <quda_matrix.h>
#include <dslash_quda.h>
Go to the source code of this file.
|
void | quda::computeStaggeredOprod (GaugeField &outA, GaugeField &outB, ColorSpinorField &inEven, ColorSpinorField &inOdd, int parity, const double coeff[2], int nFace) |
|
void | quda::computeStaggeredOprod (GaugeField *out[], ColorSpinorField &in, const double coeff[], int nFace) |
| Compute the outer-product field between the staggered quark field's one and (for HISQ and ASQTAD) three hop sites. E.g.,. More...
|
|