mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 14:27:06 +01:00
First implementation of Dirac matrices as a Gamma class.
This commit is contained in:
@ -63,13 +63,6 @@ namespace Grid {
|
||||
return;
|
||||
}
|
||||
|
||||
// Need to figure multi-precision.
|
||||
template<class Mytype> Mytype timesI(Mytype &r)
|
||||
{
|
||||
iScalar<Complex> i;
|
||||
i._internal = Complex(0,1);
|
||||
return r*i;
|
||||
}
|
||||
|
||||
// + operator for scalar, vector, matrix
|
||||
template<class ltype,class rtype>
|
||||
|
Reference in New Issue
Block a user