|
QUDA
v1.1.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
| void | wil_dslash (void *res, void **gauge, void *spinorField, int oddBit, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | wil_mat (void *out, void **gauge, void *in, double kappa, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | wil_matpc (void *out, void **gauge, void *in, double kappa, QudaMatPCType matpc_type, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | tm_dslash (void *res, void **gauge, void *spinorField, double kappa, double mu, QudaTwistFlavorType flavor, int oddBit, QudaMatPCType matpc_type, int daggerBit, QudaPrecision sprecision, QudaGaugeParam ¶m) |
| void | tm_mat (void *out, void **gauge, void *in, double kappa, double mu, QudaTwistFlavorType flavor, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | tm_matpc (void *out, void **gauge, void *in, double kappa, double mu, QudaTwistFlavorType flavor, QudaMatPCType matpc_type, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | tmc_dslash (void *out, void **gauge, void *in, void *clover, void *cInv, double kappa, double mu, QudaTwistFlavorType flavor, int oddBit, QudaMatPCType matpc_type, int daggerBit, QudaPrecision sprecision, QudaGaugeParam ¶m) |
| void | tmc_mat (void *out, void **gauge, void *clover, void *in, double kappa, double mu, QudaTwistFlavorType flavor, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | tmc_matpc (void *out, void **gauge, void *in, void *clover, void *cInv, double kappa, double mu, QudaTwistFlavorType flavor, QudaMatPCType matpc_type, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | tm_ndeg_dslash (void *res1, void *res2, void **gaugeFull, void *spinorField1, void *spinorField2, double kappa, double mu, double epsilon, int oddBit, int daggerBit, QudaMatPCType matpc_type, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | tm_ndeg_matpc (void *outEven1, void *outEven2, void **gauge, void *inEven1, void *inEven2, double kappa, double mu, double epsilon, QudaMatPCType matpc_type, int dagger_bit, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | tm_ndeg_mat (void *evenOut, void *oddOut, void **gauge, void *evenIn, void *oddIn, double kappa, double mu, double epsilon, int dagger_bit, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | apply_clover (void *out, void *clover, void *in, int parity, QudaPrecision precision) |
| void | clover_dslash (void *res, void **gauge, void *clover, void *spinorField, int oddBit, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
| void | clover_mat (void *out, void **gauge, void *clover, void *in, double kappa, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | clover_matpc (void *out, void **gauge, void *clover, void *clover_inv, void *in, double kappa, QudaMatPCType matpc_type, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void | cloverHasenbuchTwist_mat (void *out, void **gauge, void *clover, void *in, double kappa, double mu, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param, QudaMatPCType matpc_type) |
| void | cloverHasenbuschTwist_matpc (void *out, void **gauge, void *in, void *clover, void *cInv, double kappa, double mu, QudaMatPCType matpc_type, int dagger, QudaPrecision precision, QudaGaugeParam &gauge_param) |
| void apply_clover | ( | void * | out, |
| void * | clover, | ||
| void * | in, | ||
| int | parity, | ||
| QudaPrecision | precision | ||
| ) |
Definition at line 64 of file clover_reference.cpp.
| void clover_dslash | ( | void * | res, |
| void ** | gauge, | ||
| void * | clover, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 79 of file clover_reference.cpp.
| void clover_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | clover, | ||
| void * | in, | ||
| double | kappa, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 147 of file clover_reference.cpp.
| void clover_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | clover, | ||
| void * | clover_inv, | ||
| void * | in, | ||
| double | kappa, | ||
| QudaMatPCType | matpc_type, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 90 of file clover_reference.cpp.
| void cloverHasenbuchTwist_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | clover, | ||
| void * | in, | ||
| double | kappa, | ||
| double | mu, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param, | ||
| QudaMatPCType | matpc_type | ||
| ) |
Definition at line 357 of file clover_reference.cpp.
| void cloverHasenbuschTwist_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| void * | clover, | ||
| void * | cInv, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaMatPCType | matpc_type, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 410 of file clover_reference.cpp.
| void tm_dslash | ( | void * | res, |
| void ** | gauge, | ||
| void * | spinorField, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| int | oddBit, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | sprecision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 277 of file wilson_dslash_reference.cpp.
| void tm_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 309 of file wilson_dslash_reference.cpp.
| void tm_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 356 of file wilson_dslash_reference.cpp.
| void tm_ndeg_dslash | ( | void * | res1, |
| void * | res2, | ||
| void ** | gaugeFull, | ||
| void * | spinorField1, | ||
| void * | spinorField2, | ||
| double | kappa, | ||
| double | mu, | ||
| double | epsilon, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaMatPCType | matpc_type, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 468 of file wilson_dslash_reference.cpp.
| void tm_ndeg_mat | ( | void * | evenOut, |
| void * | oddOut, | ||
| void ** | gauge, | ||
| void * | evenIn, | ||
| void * | oddIn, | ||
| double | kappa, | ||
| double | mu, | ||
| double | epsilon, | ||
| int | dagger_bit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 554 of file wilson_dslash_reference.cpp.
| void tm_ndeg_matpc | ( | void * | outEven1, |
| void * | outEven2, | ||
| void ** | gauge, | ||
| void * | inEven1, | ||
| void * | inEven2, | ||
| double | kappa, | ||
| double | mu, | ||
| double | epsilon, | ||
| QudaMatPCType | matpc_type, | ||
| int | dagger_bit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 484 of file wilson_dslash_reference.cpp.
| void tmc_dslash | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| void * | clover, | ||
| void * | cInv, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| int | oddBit, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | sprecision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 244 of file clover_reference.cpp.
| void tmc_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | clover, | ||
| void * | in, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 267 of file clover_reference.cpp.
| void tmc_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| void * | clover, | ||
| void * | cInv, | ||
| double | kappa, | ||
| double | mu, | ||
| QudaTwistFlavorType | flavor, | ||
| QudaMatPCType | matpc_type, | ||
| int | dagger, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param | ||
| ) |
Definition at line 294 of file clover_reference.cpp.
| void wil_dslash | ( | void * | res, |
| void ** | gauge, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 175 of file wilson_dslash_reference.cpp.
| void wil_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 294 of file wilson_dslash_reference.cpp.
| void wil_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param | ||
| ) |
Definition at line 332 of file wilson_dslash_reference.cpp.