Skip to content

Commit

Permalink
Added doxygen comments for all functions in the milc interface. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed May 28, 2015
1 parent 77b896e commit 38ffaae
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 109 deletions.
10 changes: 9 additions & 1 deletion include/quda.h
Original file line number Diff line number Diff line change
Expand Up @@ -726,12 +726,20 @@ extern "C" {
*
* @param oprod The outer product to be computed.
* @param quark The input fermion field.
* @param displacement The fermion-field displacement in the outer product.
* @param num The number of quark fields
* @param coeff The coefficient multiplying the fermion fields in the outer product
* @param param The parameters of the outer-product field.
*/
void computeStaggeredOprodQuda(void** oprod, void** quark, int num, double** coeff, QudaGaugeParam* param);

/**
* Compute the naive staggered force (experimental). All fields are
* QUDA device fields and must be in the same precision.
*
* mom Momentum field (QUDA device field)
* quark Quark field solution vectors
* coeff Step-size coefficient
*/
void computeStaggeredForceQuda(void* mom, void* quark, double* coeff);

/**
Expand Down
Loading

0 comments on commit 38ffaae

Please sign in to comment.