•Generation of topologies and insertion of fields

Construction of topologies:

mesonstop = TopologyList @@ Union[Flatten[{{#}, List @@ AddExternalLegs[#, ExternalPropagators -> 1], List @@ AddExternalLegs[#, ExternalPropagators -> 2]} &[CreateTopologies[0, 2 -> 1, Adjacencies -> {3, 4}, ExcludeTopologies -> {SelfEnergyCTs, WFCorrectionCTs}]]]] ;

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

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

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

Field insertion:

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

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_32.gif]


Converted by Mathematica  (July 10, 2003)