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

Optimisation...

This commit is contained in:
Peter Boyle
2015-05-19 15:50:47 +01:00
parent b520694b00
commit 2d8b5a8191
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;