su2hmc
Loading...
Searching...
No Matches
Bilinear_a Struct Reference

Structure of arrays for Hermitian bilinear \(X_{\mu\nu}\) in memory. More...

#include <clover.h>

Public Attributes

float * diag
 Real valued diagonal terms.
Complex_foffd
 Complex valued off-diagonal terms. We only need to store one of these to get the other in \(SU(2)\).

Detailed Description

Structure of arrays for Hermitian bilinear \(X_{\mu\nu}\) in memory.

Definition at line 30 of file clover.h.

Member Data Documentation

◆ diag

float* Bilinear_a::diag

Real valued diagonal terms.

Definition at line 32 of file clover.h.

◆ offd

Complex_f* Bilinear_a::offd

Complex valued off-diagonal terms. We only need to store one of these to get the other in \(SU(2)\).

Definition at line 34 of file clover.h.


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