Dirac.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2011 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __Dirac_H
10#define __Dirac_H
11
12#include "Pauli.h"
13#include "Matrix.h"
14
15namespace Dirac {
16
17 typedef Matrix< 4,4,std::complex<double> > type;
18
20 type matrix (unsigned i, unsigned j);
21
22}
23
24
25#endif

Generated using doxygen 1.14.0