pauli.cpp | pauli.cpp | |||
---|---|---|---|---|
#include <blitz/tinymat.h> | #include <blitz/tinymat.h> | |||
#include <blitz/tinyvec-et.h> | #include <blitz/tinyvec-et.h> | |||
using namespace blitz; | using namespace blitz; | |||
template<class T> void sink(T&) { } | template<typename T> void sink(T&) { } | |||
int main() | int main() | |||
{ | { | |||
TinyMatrix<complex<double>,4,4> gamma1, gamma3; | TinyMatrix<complex<double>,4,4> gamma1, gamma3; | |||
TinyVector<complex<double>,4> Psi; | TinyVector<complex<double>,4> Psi; | |||
complex<double> i(0,1); | complex<double> i(0,1); | |||
gamma1 = 0, i, 0, 0, | gamma1 = 0, i, 0, 0, | |||
i, 0, 0, 0, | i, 0, 0, 0, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |