cout<<"# Summing with lattice size L = "<<L<<endl;
doublez0=0.5;//Momentum fractions
doublez1=1-z0;
doubleQ=sqrt(10);//[GeV] Sqrt of photon virtuality
doubleMx=1;//[GeV] Invarint mass of system X
// in GeV, see LoadData
doublelattice_spacing=xcoords[1]-xcoords[0];
cout<<"# Lattice spacing is "<<lattice_spacing<<" GeV^-1."<<endl;
//TODO: loop over all values
doublelength_l=1./(100*lattice_spacing);//[GeV] This is the magnitude of the vector ... whose direction is chosen to be in the x direction (1,0) For starters << a (lattice const)
doublevector_l[2]={length_l,0.};//this is the vector l
doubletheta_lDelta=M_PI;
doublelength_Delta=0.5;//[GeV] This is the magnitude of the vector ... For starters <1 Gev
// given the first vector's (l) components and the inner product, find the second vector's (Delta) components