QUDA  v1.1.0
A library for QCD on GPUs
ks_force_quda.h
Go to the documentation of this file.
1 #ifndef __KS_FORCE_QUDA_H__
2 #define __KS_FORCE_QUDA_H__
3 
4 #include <gauge_field.h>
5 
6 
7 namespace quda {
8 
9 void completeKSForce(GaugeField &mom, const GaugeField &oprod, const GaugeField &gauge, QudaFieldLocation location, long long *flops = NULL);
10 
11 } // namespace quda
12 
13 #endif
enum QudaFieldLocation_s QudaFieldLocation
unsigned long long flops
void completeKSForce(GaugeField &mom, const GaugeField &oprod, const GaugeField &gauge, QudaFieldLocation location, long long *flops=NULL)