•Generation of topologies and insertion of fields

Construction of topologies:

mesonstop = CreateCTTopologies[1, 2 -> 1, Adjacencies -> {3}, ExcludeTopologies -> {TadpoleCTs, SelfEnergyCTs, WFCorrectionCTs}] ;

Paint[mesonstop, AutoEdit -> False, SheetHeader -> False, Numbering -> True, ColumnsXRows -> {2, 1}] ;

[Graphics:../HTMLFiles/index_69.gif]

Field insertion:

$VerticesSpecifications = {{VertexFields -> {PhiMeson[0], Scalar[1][0]}, PhiModel -> ChPTW3, PerturbationOrder -> {2}, CouplingSign -> 1, XFileName -> Automatic}, {VertexFields -> {PhiMeson[0], PhiMeson[0], Scalar[1][0]}, PhiModel -> ChPTW3, PerturbationOrder -> {2, 4}, CouplingSign -> 1, XFileName -> Automatic}, (* ! *) {VertexFields -> {PhiMeson[0], PhiMeson[0], Scalar[2][0]}, PhiModel -> ChPT3, PerturbationOrder -> {2, 4}, CouplingSign -> 1, XFileName -> Automatic}, (* ! *) {VertexFields -> {PhiMeson[0], Scalar[1][0], Scalar[2][0]}, PhiModel -> ChPTW3, PerturbationOrder -> {2, 4}, CouplingSign -> 1, XFileName -> {"ChPTW3P10S20o2", "ChPTW3P10S10S20o4"}}} ;

InitializeModel["Automatic", GenericModel -> "Automatic", Reinitialize -> True] ;

mesontreeinsert = InsertFields[mesonstop, {PhiMeson[0, {7}], Scalar[1][0]} -> {Scalar[2][0, {i}]}, Model -> "Automatic", GenericModel -> "Automatic", InsertionLevel -> Classes] ;

Graphical representation of the process:

Paint[mesontreeinsert, PaintLevel -> {Classes}, AutoEdit -> False, SheetHeader -> False, Numbering -> False, ColumnsXRows -> {2, 1}] ;

[Graphics:../HTMLFiles/index_74.gif]


Converted by Mathematica  (July 10, 2003)