mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
rm unncessary line
This commit is contained in:
parent
e07fafe46a
commit
2822487450
@ -220,8 +220,7 @@ public:
|
|||||||
for (int a = 0; a < Dimension; a++) {
|
for (int a = 0; a < Dimension; a++) {
|
||||||
tmp = transpose(eij[a]*ta[Index]) + transpose(eij[a]) * ta[Index];
|
tmp = transpose(eij[a]*ta[Index]) + transpose(eij[a]) * ta[Index];
|
||||||
for (int b = 0; b < Dimension; b++) {
|
for (int b = 0; b < Dimension; b++) {
|
||||||
iGroupMatrix<cplx> tmp1 = tmp * eij[b];
|
Complex iTr = TensorRemove(timesI(trace(tmp * eij[b])));
|
||||||
Complex iTr = TensorRemove(timesI(trace(tmp1)));
|
|
||||||
i2indTa()()(a, b) = iTr;
|
i2indTa()()(a, b) = iTr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user