QUDA  v1.1.0
A library for QCD on GPUs
gauge_force_quda.h
Go to the documentation of this file.
1 #ifndef _GAUGE_FORCE_QUDA_H
2 #define _GAUGE_FORCE_QUDA_H
3 
4 namespace quda {
5 
17  void gaugeForce(GaugeField& mom, const GaugeField& u, double coeff, int ***input_path,
18  int *length, double *path_coeff, int num_paths, int max_length);
19 } // namespace quda
20 
21 
22 #endif // _GAUGE_FORCE_QUDA_H
int length[]
void gaugeForce(GaugeField &mom, const GaugeField &u, double coeff, int ***input_path, int *length, double *path_coeff, int num_paths, int max_length)
Compute the gauge-force contribution to the momentum.