QUDA  0.9.0
momentum.h
Go to the documentation of this file.
1 #pragma once
2 #include <gauge_field.h>
3 
4 namespace quda {
5 
11  double computeMomAction(const GaugeField &mom);
12 
23  void updateMomentum(GaugeField &mom, double coeff, GaugeField &force);
24 
33  void applyU(GaugeField &force, GaugeField &U);
34 
35 } // namespace quda
double computeMomAction(const GaugeField &mom)
Compute and return global the momentum action 1/2 mom^2.
Definition: momentum.cu:113
void applyU(GaugeField &force, GaugeField &U)
Definition: momentum.cu:340
void updateMomentum(GaugeField &mom, double coeff, GaugeField &force)
Definition: momentum.cu:224