Grid
Grid copied to clipboard
Data parallel C++ mathematical object library
Plus opportunistic doc update
This is the first stage of the merge, containing the Xconjugate WilsonImpl and support machinery, instantiations of the Dirac operators and tests of the core technology, comparing to the G-parity...
Currently it's not possible to `make install` Grid for any `--enable-Nc` ≠ 3 without either manually removing files or editing Makefiles, as certain examples implicitly rely on functions only defined...
Benchmark_dwf_fp32 detects incorrect results under ROCM 5.7 Works find under ROCM 5.3, but recent move by ORNL from 5.3 default to 5.7 default breaks Grid. I suspect compiler bug and...
### Describe the issue: `Grid/qcd/QCD.h` currently defines a `LatticePropagator` as a `LatticeSpinColourMatrix`. Since propagators have dimension $4^2 \dim(R)^2$ for representation $R$, this works correctly for the fundamental representation, where $\dim(R)=N_\mathrm{c}$....