#include <quda_internal.h>
#include <quda.h>
#include <gauge_field.h>
Go to the source code of this file.
|
void | quda::fermion_force::hisqStaplesForce (GaugeField &newOprod, const GaugeField &oprod, const GaugeField &link, const double path_coeff[6]) |
| Compute the fat-link contribution to the fermion force. More...
|
|
void | quda::fermion_force::hisqLongLinkForce (GaugeField &newOprod, const GaugeField &oprod, const GaugeField &link, double coeff) |
| Compute the long-link contribution to the fermion force. More...
|
|
void | quda::fermion_force::hisqCompleteForce (GaugeField &oprod, const GaugeField &link) |
| Multiply the computed the force matrix by the gauge field and perform traceless anti-hermitian projection. More...
|
|
void | quda::fermion_force::setUnitarizeForceConstants (double unitarize_eps, double hisq_force_filter, double max_det_error, bool allow_svd, bool svd_only, double svd_rel_error, double svd_abs_error) |
| Set the constant parameters for the force unitarization. More...
|
|
void | quda::fermion_force::unitarizeForce (cudaGaugeField &newForce, const cudaGaugeField &oldForce, const cudaGaugeField &gauge, int *unitarization_failed) |
| Unitarize the fermion force. More...
|
|
void | quda::fermion_force::unitarizeForceCPU (cpuGaugeField &newForce, const cpuGaugeField &oldForce, const cpuGaugeField &gauge) |
| Unitarize the fermion force on CPU. More...
|
|