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}$....
The Sp(4) implementation of `ProjectOnGeneralGroup` currently cannot be instantiated for `vComplexF` due to being hardcoded to use a `vComplexD` SIMD type. This pull request permits a template instantiation for e.g....
Fermion instantiations get expensive to compile at large $N_c$. This PR adds the facility to skip their compilation altogether, by passing `--disable-fermion-instantiations` at configure time. This substantially speeds up compilation,...
`hipblasDoubleComplex` and `hipblasComplex` where refactored to `hipDoubleComplex` and `hipComplex` in ROCm 7.0
To start, I am trying to merge my force code into staggered-merge. My expectation is this won't interfere with what Curtis wants to put in, since almost everything I changed...