TRACE,variable, mat1,,[factor]
Computes variable = factor*tr(mat1).
TRACE,variable, mat1, mat2,[factor]
Computes variable = factor*trace(mat1 mat2).
The result of the trace operation is stored in the MOLPRO variable variable, which can be used in subsequent operations.
If factor is not given, one is assumed.