QUDA  v1.1.0
A library for QCD on GPUs
Public Attributes | List of all members
QudaGaugeObservableParam_s Struct Reference

#include <quda.h>

Public Attributes

size_t struct_size
 
QudaBoolean su_project
 
QudaBoolean compute_plaquette
 
double plaquette [3]
 
QudaBoolean compute_qcharge
 
double qcharge
 
double energy [3]
 
QudaBoolean compute_qcharge_density
 
void * qcharge_density
 

Detailed Description

Definition at line 736 of file quda.h.

Member Data Documentation

◆ compute_plaquette

QudaBoolean QudaGaugeObservableParam_s::compute_plaquette

Whether to compute the plaquette

Definition at line 739 of file quda.h.

◆ compute_qcharge

QudaBoolean QudaGaugeObservableParam_s::compute_qcharge

Whether to compute the topological charge and field energy

Definition at line 741 of file quda.h.

◆ compute_qcharge_density

QudaBoolean QudaGaugeObservableParam_s::compute_qcharge_density

Whether to compute the topological charge density

Definition at line 744 of file quda.h.

◆ energy

double QudaGaugeObservableParam_s::energy[3]

Total, spatial and temporal field energies, respectively

Definition at line 743 of file quda.h.

◆ plaquette

double QudaGaugeObservableParam_s::plaquette[3]

Total, spatial and temporal field energies, respectively

Definition at line 740 of file quda.h.

◆ qcharge

double QudaGaugeObservableParam_s::qcharge

Computed topological charge

Definition at line 742 of file quda.h.

◆ qcharge_density

void* QudaGaugeObservableParam_s::qcharge_density

Pointer to host array of length volume where the q-charge density will be copied

Definition at line 745 of file quda.h.

◆ struct_size

size_t QudaGaugeObservableParam_s::struct_size

Size of this struct in bytes. Used to ensure that the host application and QUDA see the same struct

Definition at line 737 of file quda.h.

◆ su_project

QudaBoolean QudaGaugeObservableParam_s::su_project

Whether to porject onto the manifold prior to measurement

Definition at line 738 of file quda.h.


The documentation for this struct was generated from the following file: