We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f67f51 commit 956dfdbCopy full SHA for 956dfdb
tests/implicit.cdb
@@ -182,3 +182,17 @@ def test14():
182
183
test14()
184
185
+def test15():
186
+ __cdbkernel__=create_scope()
187
+ {\mu,\nu,\rho}::Indices(vector).
188
+ {a^{\mu},b^{\mu},c^{\mu}}::NonCommuting.
189
+ tr{#}::Trace.
190
+ ex:=tr(a^{\mu} b^{\nu} c^{\rho} a^{\mu} b^{\rho} c^{\nu}+b^{\mu} c^{\nu} a^{\rho} b^{\nu} c^{\mu} a^{\rho}+c^{\mu} a^{\nu} b^{\mu} c^{\rho} a^{\nu} b^{\rho});
191
+ sort_product(_)
192
+ rename_dummies(_)
193
+ tst:= 3 tr( a^{\mu} b^{\nu} c^{\rho} a^{\mu} b^{\rho} c^{\nu} ) - @(ex);
194
+ assert(tst==0)
195
+ print("Test 15 passed")
196
+
197
+test15()
198
0 commit comments