#include <fermiqcd_lanczos.h>
Static Public Member Functions | |
| static mdp_complex | step (fieldT &psi, gauge_field &U, coefficients &coeff, bool force=false) |
Example:
mdp_gauge U(lattice,nc);
fermi_field psi(lattice,nc);
coefficients coeff;
coeff["kappa"]=1.12;
for(int k=0; k<100; k++)
mdp << Lanczos::step(psi,U,coeff) << endl;
1.4.1