Documentation of MARTY
A Modern ARtificial Theoretical phYsicist
colorSimplification.h
1 #pragma once
2 
3 #include "colorSpace.h"
4 
5 namespace mty {
6 
7  csl::Expr CalculateFColorTrace(csl::Expr const &expr);
8 
9  csl::Expr CalculateTrace(
10  const mty::SemiSimpleGroup* colorGroup,
11  const csl::Expr& expr);
12 
13  csl::Expr CalculateColorTrace(csl::Expr const &init);
14 
15 } // namespace mty
Base class for all Semi simple groups, i.e. groups that has a SemiSimpleAlgebra.
Definition: group.h:219
Namespace of MARTY.
Definition: 2HDM.h:31