TraceDiagrams
TraceDiagrams[nKernels,name,diagrams]
Trace the list of diagrams to temporary files. The algorithm uses nKernels kernels to do so and caches the result in the directory "TraceBuffer/name/".
TraceDiagrams[func,nKernels,name,diagrams]
Use the function func on the result from FormTracer instead of the $StandardSimplify used otherwise.
TraceDiagrams[nKernels,name,diagrams,preRepRules,postRepRules]
Trace the list of diagrams to temporary files. The algorithm uses nKernels kernels to do so and caches the result in the directory "TraceBuffer/name/". Pass a given set of pre- and post-replacement rules to FORM, using the corresponding FormTracer functionality.
TraceDiagrams[func,nKernels,name,diagrams,preRepRules,postRepRules]
Use the function func on the result from FormTracer instead of the $StandardSimplify used otherwise.