]> www.ginac.de Git - ginac.git/commit
- dummy index recognition in products was flawed: A.i.i*B.j.j would be
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 30 Mar 2001 17:34:35 +0000 (17:34 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 30 Mar 2001 17:34:35 +0000 (17:34 +0000)
commit7064a931c4b5bea8c4a924fc9e9edabe5584b57a
tree62f90979822fba74732e501946438612577697c4
parentd1d329ec76f136524bcb066e012bce1eec91243c
- dummy index recognition in products was flawed: A.i.i*B.j.j would be
  treated as a scalar product of A and B, A.j.j.i.i*B.k.l would be 0
  if A was symmetric and B antisymmetric etc.
- removed redundant code for handling d.akl*f.akl contraction; this is
  handled by simplify_indexed() itself since it is a contraction of a
  symmetric with an antisymmetric tensor
ginac/color.cpp
ginac/indexed.cpp
ginac/tensor.cpp