LatticeYangMills
Functions | Variables
su3.cpp File Reference

auxiliary functions of the SU3 class More...

#include "Math/su3.h"
#include "Math/complex.h"
#include <ctime>
#include <cmath>
#include <cstdio>
#include <utility>
#include <random>
Include dependency graph for su3.cpp:

Go to the source code of this file.

Functions

SU3 operator~ (const SU3 &a)
 
SU3 operator~ (SU3 &&a)
 
double getMultSumTrace (SU3 &a, SU3 &b)
 returns the real trace of the product of two SU3 matrices a and b
 
double getMultSumTrace (SU3 &&a, SU3 &b)
 
SU3 exp (const SU3 &Q)
 exponential of a SU3 algebra matrix More...
 
SU3 exp (SU3 &&Q)
 

Variables

SU3 I
 
SU3 Q2
 
SU3 Q3
 

Detailed Description

auxiliary functions of the SU3 class

Author
Giovanni Pederiva
Version
1.0
Date
2017-2018

Definition in file su3.cpp.

Function Documentation

SU3 exp ( const SU3 Q)

exponential of a SU3 algebra matrix

exponential of a SU3 algebra matrix as described in https://arxiv.org/abs/hep-lat/0311018

Definition at line 136 of file su3.cpp.