21 double m_taylorFactor = 1;
SU3 matrix exponentiation method that uses the method from https://journals.aps.org/prd/abstract/10....
Definition: su3exp.h:18
SU3 exp(SU3 Q)
Definition: taylorexp.cpp:14
TaylorExp(unsigned int N)
Definition: taylorexp.cpp:3
class for holding matrices.
Definition: su3.h:18
void setTaylorDegree(unsigned int N)
TaylorExp::setTaylorDegree.
Definition: taylorexp.cpp:38
uses a general Taylor polynomial to approximate the exponentiation of a SU(3) matrix.
Definition: taylorexp.h:16