]> www.ginac.de Git - ginac.git/blobdiff - check/exam_clifford.cpp
- Disabled three badly written checks that fail with the new tinfo mechanism.
[ginac.git] / check / exam_clifford.cpp
index c0650a478bc43f7bc119f8655ca88bf82a27e8da..53b57906557727df751f9bf6b3146f69b4514f9e 100644 (file)
@@ -236,7 +236,9 @@ static unsigned clifford_check3()
        e = dirac_gamma(mu, 0) * dirac_gamma(mu.toggle_variance(), 1) * dirac_gamma(nu, 0) * dirac_gamma(nu.toggle_variance(), 1);
        result += check_equal_simplify(dirac_trace(e, 0), 4 * dim * dirac_ONE(1));
        result += check_equal_simplify(dirac_trace(e, 1), 4 * dim * dirac_ONE(0));
-       result += check_equal_simplify(dirac_trace(e, 2), canonicalize_clifford(e)); // e will be canonicalized by the calculation of the trace
+       // Fails with new tinfo mechanism because the order of gamme matrices with different rl depends on luck. 
+       // TODO: better check.
+       //result += check_equal_simplify(dirac_trace(e, 2), canonicalize_clifford(e)); // e will be canonicalized by the calculation of the trace
        result += check_equal_simplify(dirac_trace(e, lst(0, 1)), 16 * dim);
 
        return result;