1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-08 01:17:05 +01:00

Optimisation...

This commit is contained in:
Peter Boyle
2015-05-19 15:50:47 +01:00
parent 7571a6b021
commit 8220794c44
4 changed files with 223 additions and 60 deletions

View File

@ -46,6 +46,8 @@ namespace Grid {
// non-hermitian hopping term; half cb or both
void Dhop(const LatticeFermion &in, LatticeFermion &out,int dag);
void DhopSite (int ss,const LatticeFermion &in, LatticeFermion &out);
void DhopSiteDag(int ss,const LatticeFermion &in, LatticeFermion &out);
typedef iScalar<iMatrix<vComplex, Nc> > matrix;