Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 31, 2024
2 parents b386138 + f635d70 commit 36551ff
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions examples/qcd.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
(*QCD*)


(* ::Section:: *)
(*Model*)


(* ::Text:: *)
(*Using SU (3) in the representation with Dynkin index {1, 1} and representation R = 8 .*)

Expand Down Expand Up @@ -76,14 +80,6 @@
(*UserInput*)


(*
In DRalgo fermions are Weyl.
So to create one Dirac we need
one left-handed and
one right-handed fermion
*)


(* ::Text:: *)
(*Representation for top quark:*)

Expand Down Expand Up @@ -112,8 +108,8 @@
(*
These particles do not necessarily have to be out of equilibrium
*)
ParticleList={RepTop,RepGluon};

ParticleList={RepTop,RepGluon};


(* ::Text:: *)
Expand All @@ -135,4 +131,3 @@
{
TruncateAtLeadingLog->True,
Format->{"json","txt"}}];

0 comments on commit 36551ff

Please sign in to comment.