QUDA  v1.1.0
A library for QCD on GPUs
staggered_oprod.h
Go to the documentation of this file.
1 #pragma once
2 #include <gauge_field.h>
3 #include <color_spinor_field.h>
4 
5 namespace quda {
6 
23  void computeStaggeredOprod(GaugeField *out[], ColorSpinorField& in, const double coeff[], int nFace);
24 
25 } // namespace quda
void 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) thr...