QUDA v0.4.0
A library for QCD on GPUs
|
00001 #ifndef __GAUGE_FORCE_REFERENCE__ 00002 #define __GAUGE_FORCE_REFERENCE__ 00003 #ifdef __cplusplus 00004 extern "C"{ 00005 #endif 00006 00007 void gauge_force_reference(void* refMom, double eb3, void** sitelink, void** sitelink_2d, QudaPrecision prec, 00008 int ***path_dir, int* length, void* loop_coeff, int num_paths); 00009 00010 #ifdef __cplusplus 00011 } 00012 #endif 00013 00014 #endif 00015