LatticeYangMills
Functions
lattice.cpp File Reference

auxiliary functions of the Lattice class More...

#include "Utils/clusterspecifier.h"
#include <mpi/mpi.h>
#include "Math/lattice.h"
#include "Math/point.h"
#include "Math/su3.h"
#include "ParallelTools/parallel.h"
#include "Math/random.h"
#include <cstdio>
Include dependency graph for lattice.cpp:

Go to the source code of this file.

Functions

void setLatticeImagIdentityValue (Lattice< SU3 > &su3lat, const Lattice< double > &lat)
 sets a lattice object to only diagonal matrices with complex values
 
void setLatticeImagIdentityValue (Lattice< SU3 > &su3lat, Lattice< double > &&lat)
 
void setToZero (Lattice< SU3 > &su3lat)
 sets a lattice object to all zero matrices
 
void setToIdentity (Lattice< SU3 > &su3lat)
 sets a lattice object to all identity matrices
 

Detailed Description

auxiliary functions of the Lattice class

Author
Giovanni Pederiva
Version
1.0
Date
2017-2018

Definition in file lattice.cpp.