mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 11:26:56 +01:00
Small change in the HMC interface.
Example of multiple levels in the WilsonFermion hmc test. Merge remote-tracking branch 'upstream/master' Conflicts: lib/qcd/hmc/HMC.h lib/qcd/hmc/integrators/Integrator.h lib/qcd/hmc/integrators/Integrator_algorithm.h tests/Test_simd.cc
This commit is contained in:
@ -414,7 +414,7 @@ namespace Grid {
|
||||
template<class S, class V >
|
||||
inline Grid_simd< S, V> outerProduct(const Grid_simd< S, V> &l, const Grid_simd< S, V> & r)
|
||||
{
|
||||
return l*r;
|
||||
return l*conjugate(r);
|
||||
}
|
||||
|
||||
template<class S, class V >
|
||||
|
Reference in New Issue
Block a user